[gforth] / gforth / Attic / forth.h  

gforth: gforth/Attic/forth.h

Diff for /gforth/Attic/forth.h between version 1.5 and 1.6

version 1.5, Wed May 18 17:29:53 1994 UTC version 1.6, Tue May 31 07:25:12 1994 UTC
Line 16 
Line 16 
 #define DODOES  4  #define DODOES  4
 #define DOESJUMP        5  #define DOESJUMP        5
   
   /* Some versions of some unices (Linux) have the symbol BIG_ENDIAN defined
      in their standard headers. Make sure it's undefined -- Lennart */
   #ifdef BIG_ENDIAN
   #undef BIG_ENDIAN
   #endif
   
 #include "machine.h"  #include "machine.h"
   
 /* Forth data types */  /* Forth data types */


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help