diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-10-31 17:20:16 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-10-31 17:20:16 +0000 |
commit | 07044b2305c43f838267f4ba16d63eea5ea6de30 (patch) | |
tree | a79929529dd4ad4f89564203cb2dae3c73063afe /src/m/sparc.h | |
parent | dd7a4a9788277b2b02ec942fd183002a905d1884 (diff) | |
download | emacs-07044b2305c43f838267f4ba16d63eea5ea6de30.tar.gz |
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.
Diffstat (limited to 'src/m/sparc.h')
-rw-r--r-- | src/m/sparc.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h index da7af349fb2..9958e12c882 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h @@ -26,15 +26,6 @@ Use -opsystem=sunos4 for operating system version 4, and -opsystem=bsd4-2 for earlier versions. NOTE-END */ -/* The following three symbols give information on - the size of various data types. */ - -#define SHORTBITS 16 /* Number of bits in a short */ - -#define INTBITS 32 /* Number of bits in an int */ - -#define LONGBITS 32 /* Number of bits in a long */ - /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word is the most significant byte. */ |