diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-09-18 21:12:31 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-09-18 21:12:31 +0000 |
commit | 5df583315f5e5c9f53473e7ad60fb3a334f05cd2 (patch) | |
tree | d765253ae8c563580d318ad2e62d482f5b9668ea /src/m/vax.h | |
parent | 3622dcd9a0c493d948313cd00a26af1a69d4c405 (diff) | |
download | emacs-5df583315f5e5c9f53473e7ad60fb3a334f05cd2.tar.gz |
Delete obsolete symbols.
Diffstat (limited to 'src/m/vax.h')
-rw-r--r-- | src/m/vax.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/m/vax.h b/src/m/vax.h index fa50e65be73..63fc3e92e61 100644 --- a/src/m/vax.h +++ b/src/m/vax.h @@ -59,10 +59,6 @@ NOTE-END */ #define LONGBITS 32 /* Number of bits in a long */ -/* Vax is not big-endian: lowest numbered byte is least significant. */ - -/* #undef BIG_ENDIAN */ - /* #define vax -- appears to be done automatically */ /* Use type int rather than a union, to represent Lisp_Object */ |