diff src/m/next.h @ 8892:191acacfa1ec

Delete obsolete symbols.
author Karl Heuer <kwzh@gnu.org>
date Sun, 18 Sep 1994 21:12:31 +0000
parents 0c076c714598
children ee5972fe2358
line wrap: on
line diff
--- a/src/m/next.h	Sun Sep 18 20:34:21 1994 +0000
+++ b/src/m/next.h	Sun Sep 18 21:12:31 1994 +0000
@@ -33,12 +33,6 @@
 
 #define LONGBITS 32		/* Number of bits in a long */
 
-/* Let the compiler tell us what byte order architecture we're compiling for */
-
-#ifdef __BIG_ENDIAN__
-#define BIG_ENDIAN
-#endif
-
 /* Define how to take a char and sign-extend into an int.
    On machines where char is signed, this is a no-op.  */