Diff for /gforth/Attic/forth.h between versions 1.11 and 1.12

version 1.11, 1994/10/03 18:24:02 version 1.12, 1994/12/12 17:10:37
Line 16  typedef void *Label; Line 16  typedef void *Label;
 #define DODOES  5  #define DODOES  5
 #define DOESJUMP        6  #define DOESJUMP        6
   
 /* 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 */

Removed from v.1.11  
changed lines
  Added in v.1.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>