[gforth] / gforth / Attic / primitives  

gforth: gforth/Attic/primitives

Diff for /gforth/Attic/primitives between version 1.9 and 1.10

version 1.9, Fri Jun 17 12:35:14 1994 UTC version 1.10, Thu Jul 7 14:59:24 1994 UTC
Line 185 
Line 185 
   
 \ digit is high-level: 0/0%  \ digit is high-level: 0/0%
   
 emit    c --            fig  (emit)  c --            fig     paren_emit
 putchar(c);  putchar(c);
 emitcounter++;  emitcounter++;
   
   (type)  c_addr n --     fig     paren_type
   fwrite(c_addr,sizeof(Char),n,stdout);
   emitcounter += n;
   
 key     -- n            fig  key     -- n            fig
 fflush(stdout);  fflush(stdout);
 /* !! noecho */  /* !! noecho */


Generate output suitable for use with a patch program
Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help