aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/altos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/altos.h')
-rw-r--r--src/m/altos.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/altos.h b/src/m/altos.h
index b69e6c1da3..41bff838b3 100644
--- a/src/m/altos.h
+++ b/src/m/altos.h
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define LONGBITS 32 /* Number of bits in a long */
-/* Vax is not big-endian: lowest numbered byte is least significant,
- but 68000's are. */
-
-#define BIG_ENDIAN
-
#define EXPLICIT_SIGN_EXTEND
/* Use type int rather than a union, to represent Lisp_Object */