changeset 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 c2eff18fae26
children aeffe5a33e51
files src/m/7300.h src/m/acorn.h src/m/alliant-2800.h src/m/alliant.h src/m/altos.h src/m/amdahl.h src/m/apollo.h src/m/att3b.h src/m/aviion.h src/m/celerity.h src/m/clipper.h src/m/cnvrgnt.h src/m/cydra5.h src/m/delta.h src/m/delta88k.h src/m/dpx2.h src/m/dual.h src/m/elxsi.h src/m/gec63.h src/m/gould.h src/m/hp9000s300.h src/m/i860.h src/m/ibmps2-aix.h src/m/ibmrs6000.h src/m/ibmrt-aix.h src/m/ibmrt.h src/m/irist.h src/m/isi-ov.h src/m/masscomp.h src/m/mega68.h src/m/mg1.h src/m/news.h src/m/next.h src/m/nh3000.h src/m/nh4000.h src/m/ns16000.h src/m/ns32000.h src/m/nu.h src/m/orion.h src/m/orion105.h src/m/pfa50.h src/m/plexus.h src/m/pyramid.h src/m/sequent.h src/m/sparc.h src/m/sps7.h src/m/stride.h src/m/sun1.h src/m/sun2.h src/m/tad68k.h src/m/tahoe.h src/m/targon31.h src/m/tek4300.h src/m/tekxd88.h src/m/template.h src/m/tower32.h src/m/tower32v3.h src/m/ustation.h src/m/vax.h src/m/wicat.h src/m/windowsnt.h src/m/xps100.h
diffstat 62 files changed, 0 insertions(+), 555 deletions(-) [+]
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.  */
 
--- a/src/m/acorn.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/acorn.h	Tue Oct 31 17:20:16 1995 +0000
@@ -19,15 +19,6 @@
 
 
 
-/* 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.  */
 
--- a/src/m/alliant-2800.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/alliant-2800.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="bsd4-3"  */
 
-/* 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.  */
 
--- a/src/m/alliant.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/alliant.h	Tue Oct 31 17:20:16 1995 +0000
@@ -24,15 +24,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="bsd4-2"  */
 
-/* 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.  */
 
--- a/src/m/altos.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/altos.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2"  */
 
-/* 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.  */
 
--- a/src/m/amdahl.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/amdahl.h	Tue Oct 31 17:20:16 1995 +0000
@@ -29,15 +29,6 @@
 compiler is so brain damaged that it is not even worth trying to use it.
 */
 
-/* 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.  */
 
--- a/src/m/apollo.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/apollo.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="bsd4-3"  */
 
-/* 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.  */
 
--- a/src/m/att3b.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/att3b.h	Tue Oct 31 17:20:16 1995 +0000
@@ -24,15 +24,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2-2"  */
 
-/* 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.  */
 
--- a/src/m/aviion.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/aviion.h	Tue Oct 31 17:20:16 1995 +0000
@@ -18,15 +18,6 @@
 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.  */
 
--- a/src/m/celerity.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/celerity.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="bsd4-2"  */
 
-/* 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.  */
 
--- a/src/m/clipper.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/clipper.h	Tue Oct 31 17:20:16 1995 +0000
@@ -18,15 +18,6 @@
 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.  */
 
--- a/src/m/cnvrgnt.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/cnvrgnt.h	Tue Oct 31 17:20:16 1995 +0000
@@ -18,15 +18,6 @@
 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.  */
 
--- a/src/m/cydra5.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/cydra5.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-3"  */
 
-/* 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.  */
 
--- a/src/m/delta.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/delta.h	Tue Oct 31 17:20:16 1995 +0000
@@ -24,15 +24,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-3"  */
 
-/* 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.  */
 
--- a/src/m/delta88k.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/delta88k.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,16 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-3"  */
 
-/* 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.  */
 
--- a/src/m/dpx2.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/dpx2.h	Tue Oct 31 17:20:16 1995 +0000
@@ -30,15 +30,6 @@
 /* #define ncl_el	/* DPX/2 210,220 etc */
 /* #define ncl_mr 1	/* DPX/2 320,340 (and 360,380 ?) */
 
-/* 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.  */
 
--- a/src/m/dual.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/dual.h	Tue Oct 31 17:20:16 1995 +0000
@@ -33,15 +33,6 @@
 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.  */
 
--- a/src/m/elxsi.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/elxsi.h	Tue Oct 31 17:20:16 1995 +0000
@@ -25,15 +25,6 @@
 /* This file was modified by Matt Crawford <matt@tank.uchicago.edu>
    to work under Elxsi's 12.0 release of BSD unix. */
 
-/* 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.  */
 
--- a/src/m/gec63.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/gec63.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2"  */
 
-/* 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.  */
 
--- a/src/m/gould.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/gould.h	Tue Oct 31 17:20:16 1995 +0000
@@ -47,15 +47,6 @@
   A site running a pre-release of 2.1 should #define RELEASE2_1 in config.h.
 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.  */
 
--- a/src/m/hp9000s300.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/hp9000s300.h	Tue Oct 31 17:20:16 1995 +0000
@@ -57,15 +57,6 @@
 
 /* #define HPUX_5 */
 
-/* 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.  */
 
--- a/src/m/i860.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/i860.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="<name of system .h file here, without the s- or .h>"  */
 
-/* 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.  */
 
--- a/src/m/ibmps2-aix.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/ibmps2-aix.h	Tue Oct 31 17:20:16 1995 +0000
@@ -28,15 +28,6 @@
   work with certain new X window managers, and may be suboptimal.
 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.  */
 
--- a/src/m/ibmrs6000.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/ibmrs6000.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="aix3-1"  */
 
-/* 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.  */
 
--- a/src/m/ibmrt-aix.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/ibmrt-aix.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2-2"  */
 
-/* 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.  */
 
--- a/src/m/ibmrt.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/ibmrt.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="bsd4-2"  */
 
-/* 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.  */
 
--- a/src/m/irist.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/irist.h	Tue Oct 31 17:20:16 1995 +0000
@@ -56,15 +56,6 @@
   (copy-file), it would say that it is non-critical...
 #endif /* 0 */
 
-/* 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.  */
 
--- a/src/m/isi-ov.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/isi-ov.h	Tue Oct 31 17:20:16 1995 +0000
@@ -28,15 +28,6 @@
 
 #define ISI68K
 
-/* 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.  */
 
--- a/src/m/masscomp.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/masscomp.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="rtu"  */
 
-/* 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.  */
 
--- a/src/m/mega68.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/mega68.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="bsd4-2"  */
 
-/* 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.  */
 
--- a/src/m/mg1.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/mg1.h	Tue Oct 31 17:20:16 1995 +0000
@@ -32,15 +32,6 @@
 your work; we'd like to distribute this information.
 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.  */
 
--- a/src/m/news.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/news.h	Tue Oct 31 17:20:16 1995 +0000
@@ -32,15 +32,6 @@
 #define m68000
 #endif
 
-/* 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.  */
 
--- a/src/m/next.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/next.h	Tue Oct 31 17:20:16 1995 +0000
@@ -24,15 +24,6 @@
 #define NeXT
 #endif
 
-/* 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.  */
 
--- a/src/m/nh3000.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/nh3000.h	Tue Oct 31 17:20:16 1995 +0000
@@ -27,15 +27,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="<name of system .h file here, without the s- or .h>"  */
 
-/* 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 NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/nh4000.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/nh4000.h	Tue Oct 31 17:20:16 1995 +0000
@@ -26,15 +26,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="<name of system .h file here, without the s- or .h>"  */
 
-/* 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 NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
--- a/src/m/ns16000.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/ns16000.h	Tue Oct 31 17:20:16 1995 +0000
@@ -28,15 +28,6 @@
 Use `-machine=ns16000' for both.
 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.  */
 
--- a/src/m/ns32000.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/ns32000.h	Tue Oct 31 17:20:16 1995 +0000
@@ -23,15 +23,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2"  */
 
-/* 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.  */
 
--- a/src/m/nu.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/nu.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2"  */
 
-/* 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.  */
 
--- a/src/m/orion.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/orion.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="bsd4-2"  */
 
-/* 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.  */
 
--- a/src/m/orion105.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/orion105.h	Tue Oct 31 17:20:16 1995 +0000
@@ -23,15 +23,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="bsd4-2"  */
 
-/* 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.  */
 
--- a/src/m/pfa50.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/pfa50.h	Tue Oct 31 17:20:16 1995 +0000
@@ -18,15 +18,6 @@
 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.  */
 
--- a/src/m/plexus.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/plexus.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2"  */
 
-/* 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.  */
 
--- a/src/m/pyramid.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/pyramid.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="bsd4-2"  */
 
-/* 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.  */
 
--- a/src/m/sequent.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/sequent.h	Tue Oct 31 17:20:16 1995 +0000
@@ -29,15 +29,6 @@
 /* NOTE: this file works for DYNIX release 2.0 
 	  (not tested on 1.3) on NS32000's */
 
-/* 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.  */
 
--- a/src/m/sparc.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/sparc.h	Tue Oct 31 17:20:16 1995 +0000
@@ -26,15 +26,6 @@
 -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.  */
 
--- a/src/m/sps7.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/sps7.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2"  */
 
-/* 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.  */
 
--- a/src/m/stride.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/stride.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2"  */
 
-/* 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.  */
 
--- a/src/m/sun1.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/sun1.h	Tue Oct 31 17:20:16 1995 +0000
@@ -38,15 +38,6 @@
   problems caused by bugs in the "export" version of SunOS 4.
 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.  */
 
--- a/src/m/sun2.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/sun2.h	Tue Oct 31 17:20:16 1995 +0000
@@ -40,15 +40,6 @@
   problems caused by bugs in the "export" version of SunOS 4.
 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.  */
 
--- a/src/m/tad68k.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/tad68k.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-3"  */
 
-/* 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.  */
 
--- a/src/m/tahoe.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/tahoe.h	Tue Oct 31 17:20:16 1995 +0000
@@ -27,15 +27,6 @@
 Berkeley you are running.
 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.  */
 
--- a/src/m/targon31.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/targon31.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2-2"  */
 
-/* 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.  */
 
--- a/src/m/tek4300.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/tek4300.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="bsd4-3"  */
 
-/* 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.  */
 
--- a/src/m/tekxd88.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/tekxd88.h	Tue Oct 31 17:20:16 1995 +0000
@@ -20,11 +20,6 @@
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-/* The following 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.  */
 
--- a/src/m/template.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/template.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="<name of system .h file here, without the s- or .h>"  */
 
-/* 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.  */
 
--- a/src/m/tower32.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/tower32.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2-2"  */
 
-/* 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.  */
 
--- a/src/m/tower32v3.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/tower32v3.h	Tue Oct 31 17:20:16 1995 +0000
@@ -23,15 +23,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-3"  */
 
-/* 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.  */
 
--- a/src/m/ustation.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/ustation.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-3"  */
 
-/* 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.  */
 
--- a/src/m/vax.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/vax.h	Tue Oct 31 17:20:16 1995 +0000
@@ -50,15 +50,6 @@
 
 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.  */
 
--- a/src/m/wicat.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/wicat.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2"  */
 
-/* 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.  */
 
--- a/src/m/windowsnt.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/windowsnt.h	Tue Oct 31 17:20:16 1995 +0000
@@ -22,15 +22,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="<name of system .h file here, without the s- or .h>"  */
 
-/* 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 BIG_ENDIAN iff lowest-numbered byte in a word
    is the most significant byte.  */
 
--- a/src/m/xps100.h	Tue Oct 31 16:57:10 1995 +0000
+++ b/src/m/xps100.h	Tue Oct 31 17:20:16 1995 +0000
@@ -24,15 +24,6 @@
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2"  */
 
-/* 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.  */