diff options
Diffstat (limited to 'src/m/hp9000s300.h')
-rw-r--r-- | src/m/hp9000s300.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h index 6979e1a51da..e5834bad7ae 100644 --- a/src/m/hp9000s300.h +++ b/src/m/hp9000s300.h @@ -66,14 +66,6 @@ NOTE-END */ #define LONGBITS 32 /* Number of bits in a long */ -/* Define BIG_ENDIAN iff lowest-numbered byte in a word - is the most significant byte. */ -/* Under BSD, <endian.h> defines this to be 4321; rather than fight with it, - we'll just give in. Compatibility, akido style. */ -#ifndef BIG_ENDIAN -#define BIG_ENDIAN 4321 -#endif - /* Define NO_ARG_ARRAY if you cannot take the address of the first of a * group of arguments and treat it as an array of the arguments. */ |