diff src/m/7300.h @ 13374:1d4654a97585

(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.
author Karl Heuer <kwzh@gnu.org>
date Tue, 31 Oct 1995 17:20:16 +0000
parents 23f72b18b420
children ee40177f6c68
line wrap: on
line diff
--- a/src/m/7300.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/7300.h	Tue Oct 31 17:20:16 1995 +0000
@@ -28,15 +28,6 @@
 /* # define SHORTNAMES */
 
 
-/* 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.  */