summaryrefslogtreecommitdiff
path: root/src/m/aviion.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-10-31 17:20:16 +0000
committerKarl Heuer <kwzh@gnu.org>1995-10-31 17:20:16 +0000
commit07044b2305c43f838267f4ba16d63eea5ea6de30 (patch)
treea79929529dd4ad4f89564203cb2dae3c73063afe /src/m/aviion.h
parentdd7a4a9788277b2b02ec942fd183002a905d1884 (diff)
downloademacs-07044b2305c43f838267f4ba16d63eea5ea6de30.tar.gz
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.
Diffstat (limited to 'src/m/aviion.h')
-rw-r--r--src/m/aviion.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/m/aviion.h b/src/m/aviion.h
index 01da50fe821..c8c32cc8d69 100644
--- a/src/m/aviion.h
+++ b/src/m/aviion.h
@@ -18,15 +18,6 @@ along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* 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. */