[gforth] / gforth / Attic / io.h  

gforth: gforth/Attic/io.h

Diff for /gforth/Attic/io.h between version 1.1 and 1.2

version 1.1, Fri Feb 11 16:30:46 1994 UTC version 1.2, Tue May 31 07:26:59 1994 UTC
Line 7 
Line 7 
 void install_signal_handlers(void);  void install_signal_handlers(void);
   
 #define key()           getkey(stdin)  #define key()           getkey(stdin)
 #define key_query       -(!key_avail(stdin)) /* !! FLAG(...)? - anton */  #define key_query       -(!!key_avail(stdin)) /* !! FLAG(...)? - anton */
                           /* flag was originally wrong -- lennart */
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help