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/dual.h | |
parent | 3622dcd9a0c493d948313cd00a26af1a69d4c405 (diff) | |
download | emacs-5df583315f5e5c9f53473e7ad60fb3a334f05cd2.tar.gz |
Delete obsolete symbols.
Diffstat (limited to 'src/m/dual.h')
-rw-r--r-- | src/m/dual.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/dual.h b/src/m/dual.h index 8606e3fed76..e46178904ce 100644 --- a/src/m/dual.h +++ b/src/m/dual.h @@ -42,11 +42,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. */ - -#define BIG_ENDIAN - /* XINT must explicitly sign-extend */ #define EXPLICIT_SIGN_EXTEND |