--- gforth/Attic/forth.h 1994/10/03 18:24:02 1.11 +++ gforth/Attic/forth.h 1994/12/12 17:10:37 1.12 @@ -16,12 +16,6 @@ typedef void *Label; #define DODOES 5 #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" /* Forth data types */