summaryrefslogtreecommitdiff
path: root/bcc/byteord.h
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/byteord.h')
-rw-r--r--bcc/byteord.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bcc/byteord.h b/bcc/byteord.h
index e7b19e0..00cfd42 100644
--- a/bcc/byteord.h
+++ b/bcc/byteord.h
@@ -3,11 +3,11 @@
/* Copyright (C) 1992 Bruce Evans */
#ifdef I8088
-# define BIG_ENDIAN 0
+# define INT_BIG_ENDIAN 0
# define LONG_BIG_ENDIAN 1 /* longs are back to front for Xenix */
#endif
#ifdef MC6809
-# define BIG_ENDIAN 1 /* byte order in words is high-low */
+# define INT_BIG_ENDIAN 1 /* byte order in words is high-low */
# define LONG_BIG_ENDIAN 1 /* byte order in longs is high-low */
#endif