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

version 1.5, 1994/05/18 17:29:53 version 1.6, 1994/05/31 07:25:12
Line 16  typedef void *Label; Line 16  typedef void *Label;
 #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 */

Removed from v.1.5  
changed lines
  Added in v.1.6


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