--- gforth/Attic/forth.h 1994/09/26 20:31:12 1.10 +++ gforth/Attic/forth.h 1994/12/12 17:10:37 1.12 @@ -1,5 +1,4 @@ /* - $Id: forth.h,v 1.10 1994/09/26 20:31:12 pazsan Exp $ Copyright 1992 by the ANSI figForth Development Group */ @@ -17,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 */