aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorKarl Heuer1995-10-31 17:20:16 +0000
committerKarl Heuer1995-10-31 17:20:16 +0000
commit0cee2c9e47a03750dc9b2a51187e818db9d96f1a (patch)
tree24ea1de1bf703da4ca51d1db7a9db63c677930c2 /src/m
parente9e32568e1c69b4fa7583e0e4cb402707daacf4e (diff)
downloademacs-0cee2c9e47a03750dc9b2a51187e818db9d96f1a.tar.gz
emacs-0cee2c9e47a03750dc9b2a51187e818db9d96f1a.zip
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/7300.h9
-rw-r--r--src/m/acorn.h9
-rw-r--r--src/m/alliant-2800.h9
-rw-r--r--src/m/alliant.h9
-rw-r--r--src/m/altos.h9
-rw-r--r--src/m/amdahl.h9
-rw-r--r--src/m/apollo.h9
-rw-r--r--src/m/att3b.h9
-rw-r--r--src/m/aviion.h9
-rw-r--r--src/m/celerity.h9
-rw-r--r--src/m/clipper.h9
-rw-r--r--src/m/cnvrgnt.h9
-rw-r--r--src/m/cydra5.h9
-rw-r--r--src/m/delta.h9
-rw-r--r--src/m/delta88k.h10
-rw-r--r--src/m/dpx2.h9
-rw-r--r--src/m/dual.h9
-rw-r--r--src/m/elxsi.h9
-rw-r--r--src/m/gec63.h9
-rw-r--r--src/m/gould.h9
-rw-r--r--src/m/hp9000s300.h9
-rw-r--r--src/m/i860.h9
-rw-r--r--src/m/ibmps2-aix.h9
-rw-r--r--src/m/ibmrs6000.h9
-rw-r--r--src/m/ibmrt-aix.h9
-rw-r--r--src/m/ibmrt.h9
-rw-r--r--src/m/irist.h9
-rw-r--r--src/m/isi-ov.h9
-rw-r--r--src/m/masscomp.h9
-rw-r--r--src/m/mega68.h9
-rw-r--r--src/m/mg1.h9
-rw-r--r--src/m/news.h9
-rw-r--r--src/m/next.h9
-rw-r--r--src/m/nh3000.h9
-rw-r--r--src/m/nh4000.h9
-rw-r--r--src/m/ns16000.h9
-rw-r--r--src/m/ns32000.h9
-rw-r--r--src/m/nu.h9
-rw-r--r--src/m/orion.h9
-rw-r--r--src/m/orion105.h9
-rw-r--r--src/m/pfa50.h9
-rw-r--r--src/m/plexus.h9
-rw-r--r--src/m/pyramid.h9
-rw-r--r--src/m/sequent.h9
-rw-r--r--src/m/sparc.h9
-rw-r--r--src/m/sps7.h9
-rw-r--r--src/m/stride.h9
-rw-r--r--src/m/sun1.h9
-rw-r--r--src/m/sun2.h9
-rw-r--r--src/m/tad68k.h9
-rw-r--r--src/m/tahoe.h9
-rw-r--r--src/m/targon31.h9
-rw-r--r--src/m/tek4300.h9
-rw-r--r--src/m/tekxd88.h5
-rw-r--r--src/m/template.h9
-rw-r--r--src/m/tower32.h9
-rw-r--r--src/m/tower32v3.h9
-rw-r--r--src/m/ustation.h9
-rw-r--r--src/m/vax.h9
-rw-r--r--src/m/wicat.h9
-rw-r--r--src/m/windowsnt.h9
-rw-r--r--src/m/xps100.h9
62 files changed, 0 insertions, 555 deletions
diff --git a/src/m/7300.h b/src/m/7300.h
index d841914c51c..a34f433fdba 100644
--- a/src/m/7300.h
+++ b/src/m/7300.h
@@ -28,15 +28,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
28/* # define SHORTNAMES */ 28/* # define SHORTNAMES */
29 29
30 30
31/* The following three symbols give information on
32 the size of various data types. */
33
34#define SHORTBITS 16 /* Number of bits in a short */
35
36#define INTBITS 32 /* Number of bits in an int */
37
38#define LONGBITS 32 /* Number of bits in a long */
39
40/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 31/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
41 is the most significant byte. */ 32 is the most significant byte. */
42 33
diff --git a/src/m/acorn.h b/src/m/acorn.h
index 48550172cd5..37b3a6bd684 100644
--- a/src/m/acorn.h
+++ b/src/m/acorn.h
@@ -19,15 +19,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 20
21 21
22/* The following three symbols give information on
23 the size of various data types. */
24
25#define SHORTBITS 16 /* Number of bits in a short */
26
27#define INTBITS 32 /* Number of bits in an int */
28
29#define LONGBITS 32 /* Number of bits in a long */
30
31/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 22/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
32 is the most significant byte. */ 23 is the most significant byte. */
33 24
diff --git a/src/m/alliant-2800.h b/src/m/alliant-2800.h
index 4c547e8a4da..d2778f14d4c 100644
--- a/src/m/alliant-2800.h
+++ b/src/m/alliant-2800.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="bsd4-3" */ 23 USUAL-OPSYS="bsd4-3" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/alliant.h b/src/m/alliant.h
index 08405408442..b472c3e93cf 100644
--- a/src/m/alliant.h
+++ b/src/m/alliant.h
@@ -24,15 +24,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
24 operating system this machine is likely to run. 24 operating system this machine is likely to run.
25 USUAL-OPSYS="bsd4-2" */ 25 USUAL-OPSYS="bsd4-2" */
26 26
27/* The following three symbols give information on
28 the size of various data types. */
29
30#define SHORTBITS 16 /* Number of bits in a short */
31
32#define INTBITS 32 /* Number of bits in an int */
33
34#define LONGBITS 32 /* Number of bits in a long */
35
36/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 27/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
37 is the most significant byte. */ 28 is the most significant byte. */
38 29
diff --git a/src/m/altos.h b/src/m/altos.h
index 8f03d2c9b66..fb6337b07dc 100644
--- a/src/m/altos.h
+++ b/src/m/altos.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-2" */ 23 USUAL-OPSYS="usg5-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/amdahl.h b/src/m/amdahl.h
index e91bb39f0f8..b8907d072bf 100644
--- a/src/m/amdahl.h
+++ b/src/m/amdahl.h
@@ -29,15 +29,6 @@ This file works with the Amdahl uts native C compiler. The 5.2u370
29compiler is so brain damaged that it is not even worth trying to use it. 29compiler is so brain damaged that it is not even worth trying to use it.
30*/ 30*/
31 31
32/* The following three symbols give information on
33 the size of various data types. */
34
35#define SHORTBITS 16 /* Number of bits in a short */
36
37#define INTBITS 32 /* Number of bits in an int */
38
39#define LONGBITS 32 /* Number of bits in a long */
40
41/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 32/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
42 is the most significant byte. */ 33 is the most significant byte. */
43 34
diff --git a/src/m/apollo.h b/src/m/apollo.h
index c405e201f8f..86a367d608c 100644
--- a/src/m/apollo.h
+++ b/src/m/apollo.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="bsd4-3" */ 23 USUAL-OPSYS="bsd4-3" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/att3b.h b/src/m/att3b.h
index b92f7b52f00..afbe9bce5ef 100644
--- a/src/m/att3b.h
+++ b/src/m/att3b.h
@@ -24,15 +24,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
24 operating system this machine is likely to run. 24 operating system this machine is likely to run.
25 USUAL-OPSYS="usg5-2-2" */ 25 USUAL-OPSYS="usg5-2-2" */
26 26
27/* The following three symbols give information on
28 the size of various data types. */
29
30#define SHORTBITS 16 /* Number of bits in a short */
31
32#define INTBITS 32 /* Number of bits in an int */
33
34#define LONGBITS 32 /* Number of bits in a long */
35
36/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 27/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
37 is the most significant byte. */ 28 is the most significant byte. */
38 29
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
18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 20
21/* The following three symbols give information on
22 the size of various data types. */
23
24#define SHORTBITS 16 /* Number of bits in a short */
25
26#define INTBITS 32 /* Number of bits in an int */
27
28#define LONGBITS 32 /* Number of bits in a long */
29
30/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 21/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
31 is the most significant byte. */ 22 is the most significant byte. */
32 23
diff --git a/src/m/celerity.h b/src/m/celerity.h
index d28ae21fa01..be6e77a76fc 100644
--- a/src/m/celerity.h
+++ b/src/m/celerity.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="bsd4-2" */ 23 USUAL-OPSYS="bsd4-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/clipper.h b/src/m/clipper.h
index 9df8957de2b..611d5bcceb9 100644
--- a/src/m/clipper.h
+++ b/src/m/clipper.h
@@ -18,15 +18,6 @@ along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 20
21/* The following three symbols give information on
22 the size of various data types. */
23
24#define SHORTBITS 16 /* Number of bits in a short */
25
26#define INTBITS 32 /* Number of bits in an int */
27
28#define LONGBITS 32 /* Number of bits in a long */
29
30/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 21/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
31 is the most significant byte. */ 22 is the most significant byte. */
32 23
diff --git a/src/m/cnvrgnt.h b/src/m/cnvrgnt.h
index 61858266f9a..70517d292d9 100644
--- a/src/m/cnvrgnt.h
+++ b/src/m/cnvrgnt.h
@@ -18,15 +18,6 @@ along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 20
21/* The following three symbols give information on
22 the size of various data types. */
23
24#define SHORTBITS 16 /* Number of bits in a short */
25
26#define INTBITS 32 /* Number of bits in an int */
27
28#define LONGBITS 32 /* Number of bits in a long */
29
30/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 21/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
31 is the most significant byte. */ 22 is the most significant byte. */
32 23
diff --git a/src/m/cydra5.h b/src/m/cydra5.h
index 579df52b56c..47291208241 100644
--- a/src/m/cydra5.h
+++ b/src/m/cydra5.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-3" */ 23 USUAL-OPSYS="usg5-3" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/delta.h b/src/m/delta.h
index 994409f8b0a..d80f30d13c5 100644
--- a/src/m/delta.h
+++ b/src/m/delta.h
@@ -24,15 +24,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
24 operating system this machine is likely to run. 24 operating system this machine is likely to run.
25 USUAL-OPSYS="usg5-3" */ 25 USUAL-OPSYS="usg5-3" */
26 26
27/* The following three symbols give information on
28 the size of various data types. */
29
30#define SHORTBITS 16 /* Number of bits in a short */
31
32#define INTBITS 32 /* Number of bits in an int */
33
34#define LONGBITS 32 /* Number of bits in a long */
35
36/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 27/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
37 is the most significant byte. */ 28 is the most significant byte. */
38 29
diff --git a/src/m/delta88k.h b/src/m/delta88k.h
index 34d6caf6252..e658d415316 100644
--- a/src/m/delta88k.h
+++ b/src/m/delta88k.h
@@ -22,16 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-3" */ 23 USUAL-OPSYS="usg5-3" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28
29#define SHORTBITS 16 /* Number of bits in a short */
30
31#define INTBITS 32 /* Number of bits in an int */
32
33#define LONGBITS 32 /* Number of bits in a long */
34
35/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
36 is the most significant byte. */ 26 is the most significant byte. */
37 27
diff --git a/src/m/dpx2.h b/src/m/dpx2.h
index f6376224ee0..9bf7986f051 100644
--- a/src/m/dpx2.h
+++ b/src/m/dpx2.h
@@ -30,15 +30,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
30/* #define ncl_el /* DPX/2 210,220 etc */ 30/* #define ncl_el /* DPX/2 210,220 etc */
31/* #define ncl_mr 1 /* DPX/2 320,340 (and 360,380 ?) */ 31/* #define ncl_mr 1 /* DPX/2 320,340 (and 360,380 ?) */
32 32
33/* The following three symbols give information on
34 the size of various data types. */
35
36#define SHORTBITS 16 /* Number of bits in a short */
37
38#define INTBITS 32 /* Number of bits in an int */
39
40#define LONGBITS 32 /* Number of bits in a long */
41
42/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 33/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
43 is the most significant byte. */ 34 is the most significant byte. */
44 35
diff --git a/src/m/dual.h b/src/m/dual.h
index 4cddb0a68da..af66c2cc182 100644
--- a/src/m/dual.h
+++ b/src/m/dual.h
@@ -33,15 +33,6 @@ Dual running Uniplus (-machine=dual -opsystem=unipl5-2)
33NOTE-END */ 33NOTE-END */
34 34
35 35
36/* The following three symbols give information on
37 the size of various data types. */
38
39#define SHORTBITS 16 /* Number of bits in a short */
40
41#define INTBITS 32 /* Number of bits in an int */
42
43#define LONGBITS 32 /* Number of bits in a long */
44
45/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 36/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
46 is the most significant byte. */ 37 is the most significant byte. */
47 38
diff --git a/src/m/elxsi.h b/src/m/elxsi.h
index 318856a42d2..4bdb9b7fc81 100644
--- a/src/m/elxsi.h
+++ b/src/m/elxsi.h
@@ -25,15 +25,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
25/* This file was modified by Matt Crawford <matt@tank.uchicago.edu> 25/* This file was modified by Matt Crawford <matt@tank.uchicago.edu>
26 to work under Elxsi's 12.0 release of BSD unix. */ 26 to work under Elxsi's 12.0 release of BSD unix. */
27 27
28/* The following three symbols give information on
29 the size of various data types. */
30
31#define SHORTBITS 16 /* Number of bits in a short */
32
33#define INTBITS 32 /* Number of bits in an int */
34
35#define LONGBITS 32 /* Number of bits in a long */
36
37/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 28/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
38 is the most significant byte. */ 29 is the most significant byte. */
39 30
diff --git a/src/m/gec63.h b/src/m/gec63.h
index fcc97e2bf50..f7c189023f7 100644
--- a/src/m/gec63.h
+++ b/src/m/gec63.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-2" */ 23 USUAL-OPSYS="usg5-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/gould.h b/src/m/gould.h
index 225f29a72ff..1e3c3f9798b 100644
--- a/src/m/gould.h
+++ b/src/m/gould.h
@@ -47,15 +47,6 @@ Gould Power Node (-machine=gould -opsystem=bsd4-2 or bsd4-3)
47 A site running a pre-release of 2.1 should #define RELEASE2_1 in config.h. 47 A site running a pre-release of 2.1 should #define RELEASE2_1 in config.h.
48NOTE-END */ 48NOTE-END */
49 49
50/* The following three symbols give information on
51 the size of various data types. */
52
53#define SHORTBITS 16 /* Number of bits in a short */
54
55#define INTBITS 32 /* Number of bits in an int */
56
57#define LONGBITS 32 /* Number of bits in a long */
58
59/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 50/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
60 is the most significant byte. */ 51 is the most significant byte. */
61 52
diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h
index caf4ba3d3bb..d29b1530b39 100644
--- a/src/m/hp9000s300.h
+++ b/src/m/hp9000s300.h
@@ -57,15 +57,6 @@ NOTE-END */
57 57
58/* #define HPUX_5 */ 58/* #define HPUX_5 */
59 59
60/* The following three symbols give information on
61 the size of various data types. */
62
63#define SHORTBITS 16 /* Number of bits in a short */
64
65#define INTBITS 32 /* Number of bits in an int */
66
67#define LONGBITS 32 /* Number of bits in a long */
68
69/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 60/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
70 is the most significant byte. */ 61 is the most significant byte. */
71 62
diff --git a/src/m/i860.h b/src/m/i860.h
index ced702e8ce5..33d86047b51 100644
--- a/src/m/i860.h
+++ b/src/m/i860.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */ 23 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h
index c56ddada464..4ed45c2a0f0 100644
--- a/src/m/ibmps2-aix.h
+++ b/src/m/ibmps2-aix.h
@@ -28,15 +28,6 @@ NOTE-START
28 work with certain new X window managers, and may be suboptimal. 28 work with certain new X window managers, and may be suboptimal.
29NOTE-END */ 29NOTE-END */
30 30
31/* The following three symbols give information on
32 the size of various data types. */
33
34#define SHORTBITS 16 /* Number of bits in a short */
35
36#define INTBITS 32 /* Number of bits in an int */
37
38#define LONGBITS 32 /* Number of bits in a long */
39
40/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 31/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
41 is the most significant byte. */ 32 is the most significant byte. */
42 33
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index 4599e12d3ec..89154d1b1a1 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="aix3-1" */ 23 USUAL-OPSYS="aix3-1" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/ibmrt-aix.h b/src/m/ibmrt-aix.h
index 718cc7ebc3b..0829a5011b4 100644
--- a/src/m/ibmrt-aix.h
+++ b/src/m/ibmrt-aix.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-2-2" */ 23 USUAL-OPSYS="usg5-2-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/ibmrt.h b/src/m/ibmrt.h
index ea4c6443e84..1d960159fd3 100644
--- a/src/m/ibmrt.h
+++ b/src/m/ibmrt.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="bsd4-2" */ 23 USUAL-OPSYS="bsd4-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/irist.h b/src/m/irist.h
index 80f0b058857..d7f58d90ce6 100644
--- a/src/m/irist.h
+++ b/src/m/irist.h
@@ -56,15 +56,6 @@ NOTE-END */
56 (copy-file), it would say that it is non-critical... 56 (copy-file), it would say that it is non-critical...
57#endif /* 0 */ 57#endif /* 0 */
58 58
59/* The following three symbols give information on
60 the size of various data types. */
61
62#define SHORTBITS 16 /* Number of bits in a short */
63
64#define INTBITS 32 /* Number of bits in an int */
65
66#define LONGBITS 32 /* Number of bits in a long */
67
68/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 59/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
69 is the most significant byte. */ 60 is the most significant byte. */
70 61
diff --git a/src/m/isi-ov.h b/src/m/isi-ov.h
index 874e962ede5..7f5a54c3dc7 100644
--- a/src/m/isi-ov.h
+++ b/src/m/isi-ov.h
@@ -28,15 +28,6 @@ NOTE-END */
28 28
29#define ISI68K 29#define ISI68K
30 30
31/* The following three symbols give information on
32 the size of various data types. */
33
34#define SHORTBITS 16 /* Number of bits in a short */
35
36#define INTBITS 32 /* Number of bits in an int */
37
38#define LONGBITS 32 /* Number of bits in a long */
39
40/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 31/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
41 is the most significant byte. */ 32 is the most significant byte. */
42 33
diff --git a/src/m/masscomp.h b/src/m/masscomp.h
index c193c0eb8d7..3c9af0d9230 100644
--- a/src/m/masscomp.h
+++ b/src/m/masscomp.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="rtu" */ 23 USUAL-OPSYS="rtu" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/mega68.h b/src/m/mega68.h
index bb6e6b7fcc7..c6b17a14340 100644
--- a/src/m/mega68.h
+++ b/src/m/mega68.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="bsd4-2" */ 23 USUAL-OPSYS="bsd4-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/mg1.h b/src/m/mg1.h
index 8b9f946c0e3..e3587e2ade0 100644
--- a/src/m/mg1.h
+++ b/src/m/mg1.h
@@ -32,15 +32,6 @@ own configuration files, please let the Free Software Foundation in on
32your work; we'd like to distribute this information. 32your work; we'd like to distribute this information.
33NOTE-END */ 33NOTE-END */
34 34
35/* The following three symbols give information on
36 the size of various data types. */
37
38#define SHORTBITS 16 /* Number of bits in a short */
39
40#define INTBITS 32 /* Number of bits in an int */
41
42#define LONGBITS 32 /* Number of bits in a long */
43
44/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 35/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
45 is the most significant byte. */ 36 is the most significant byte. */
46 37
diff --git a/src/m/news.h b/src/m/news.h
index c82a379ec4d..9ad8bb62c4b 100644
--- a/src/m/news.h
+++ b/src/m/news.h
@@ -32,15 +32,6 @@ NOTE-END */
32#define m68000 32#define m68000
33#endif 33#endif
34 34
35/* The following three symbols give information on
36 the size of various data types. */
37
38#define SHORTBITS 16 /* Number of bits in a short */
39
40#define INTBITS 32 /* Number of bits in an int */
41
42#define LONGBITS 32 /* Number of bits in a long */
43
44/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 35/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
45 is the most significant byte. */ 36 is the most significant byte. */
46 37
diff --git a/src/m/next.h b/src/m/next.h
index 63062135c94..6bd23f5205c 100644
--- a/src/m/next.h
+++ b/src/m/next.h
@@ -24,15 +24,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
24#define NeXT 24#define NeXT
25#endif 25#endif
26 26
27/* The following three symbols give information on
28 the size of various data types. */
29
30#define SHORTBITS 16 /* Number of bits in a short */
31
32#define INTBITS 32 /* Number of bits in an int */
33
34#define LONGBITS 32 /* Number of bits in a long */
35
36/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 27/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
37 is the most significant byte. */ 28 is the most significant byte. */
38 29
diff --git a/src/m/nh3000.h b/src/m/nh3000.h
index 629067a2d04..6ff0cd38de3 100644
--- a/src/m/nh3000.h
+++ b/src/m/nh3000.h
@@ -27,15 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
27 operating system this machine is likely to run. 27 operating system this machine is likely to run.
28 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */ 28 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */
29 29
30/* The following three symbols give information on
31 the size of various data types. */
32
33#define SHORTBITS 16 /* Number of bits in a short */
34
35#define INTBITS 32 /* Number of bits in an int */
36
37#define LONGBITS 32 /* Number of bits in a long */
38
39/* Define NO_ARG_ARRAY if you cannot take the address of the first of a 30/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
40 * group of arguments and treat it as an array of the arguments. */ 31 * group of arguments and treat it as an array of the arguments. */
41 32
diff --git a/src/m/nh4000.h b/src/m/nh4000.h
index b4d74c1f205..14602d748ca 100644
--- a/src/m/nh4000.h
+++ b/src/m/nh4000.h
@@ -26,15 +26,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
26 operating system this machine is likely to run. 26 operating system this machine is likely to run.
27 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */ 27 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */
28 28
29/* The following three symbols give information on
30 the size of various data types. */
31
32#define SHORTBITS 16 /* Number of bits in a short */
33
34#define INTBITS 32 /* Number of bits in an int */
35
36#define LONGBITS 32 /* Number of bits in a long */
37
38/* Define NO_ARG_ARRAY if you cannot take the address of the first of a 29/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
39 * group of arguments and treat it as an array of the arguments. */ 30 * group of arguments and treat it as an array of the arguments. */
40 31
diff --git a/src/m/ns16000.h b/src/m/ns16000.h
index 58731e12d03..d38ade4a445 100644
--- a/src/m/ns16000.h
+++ b/src/m/ns16000.h
@@ -28,15 +28,6 @@ For a Tektronix 16000 box (a 6130, perhaps?), use `-opsystem=bsd4-2'.
28Use `-machine=ns16000' for both. 28Use `-machine=ns16000' for both.
29NOTE-END */ 29NOTE-END */
30 30
31/* The following three symbols give information on
32 the size of various data types. */
33
34#define SHORTBITS 16 /* Number of bits in a short */
35
36#define INTBITS 32 /* Number of bits in an int */
37
38#define LONGBITS 32 /* Number of bits in a long */
39
40/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 31/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
41 is the most significant byte. */ 32 is the most significant byte. */
42 33
diff --git a/src/m/ns32000.h b/src/m/ns32000.h
index bb2df861df6..bd8671a9670 100644
--- a/src/m/ns32000.h
+++ b/src/m/ns32000.h
@@ -23,15 +23,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
23 operating system this machine is likely to run. 23 operating system this machine is likely to run.
24 USUAL-OPSYS="usg5-2" */ 24 USUAL-OPSYS="usg5-2" */
25 25
26/* The following three symbols give information on
27 the size of various data types. */
28
29#define SHORTBITS 16 /* Number of bits in a short */
30
31#define INTBITS 32 /* Number of bits in an int */
32
33#define LONGBITS 32 /* Number of bits in a long */
34
35/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 26/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
36 is the most significant byte. */ 27 is the most significant byte. */
37 28
diff --git a/src/m/nu.h b/src/m/nu.h
index bfe4e22df54..23730ac8f67 100644
--- a/src/m/nu.h
+++ b/src/m/nu.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-2" */ 23 USUAL-OPSYS="usg5-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/orion.h b/src/m/orion.h
index 3fdc354d164..0f4867cc8ee 100644
--- a/src/m/orion.h
+++ b/src/m/orion.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="bsd4-2" */ 23 USUAL-OPSYS="bsd4-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/orion105.h b/src/m/orion105.h
index 1aa58fb74b5..52ed15c442a 100644
--- a/src/m/orion105.h
+++ b/src/m/orion105.h
@@ -23,15 +23,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
23 operating system this machine is likely to run. 23 operating system this machine is likely to run.
24 USUAL-OPSYS="bsd4-2" */ 24 USUAL-OPSYS="bsd4-2" */
25 25
26/* The following three symbols give information on
27 the size of various data types. */
28
29#define SHORTBITS 16 /* Number of bits in a short */
30
31#define INTBITS 32 /* Number of bits in an int */
32
33#define LONGBITS 32 /* Number of bits in a long */
34
35/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 26/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
36 is the most significant byte. */ 27 is the most significant byte. */
37 28
diff --git a/src/m/pfa50.h b/src/m/pfa50.h
index 80dcbfad42d..5741e0af106 100644
--- a/src/m/pfa50.h
+++ b/src/m/pfa50.h
@@ -18,15 +18,6 @@ along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 20
21/* The following three symbols give information on
22 the size of various data types. */
23
24#define SHORTBITS 16 /* Number of bits in a short */
25
26#define INTBITS 32 /* Number of bits in an int */
27
28#define LONGBITS 32 /* Number of bits in a long */
29
30/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 21/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
31 is the most significant byte. */ 22 is the most significant byte. */
32 23
diff --git a/src/m/plexus.h b/src/m/plexus.h
index 85633a9c32c..3a08e82c6ad 100644
--- a/src/m/plexus.h
+++ b/src/m/plexus.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-2" */ 23 USUAL-OPSYS="usg5-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/pyramid.h b/src/m/pyramid.h
index 97203a0221a..fda1c0826f1 100644
--- a/src/m/pyramid.h
+++ b/src/m/pyramid.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="bsd4-2" */ 23 USUAL-OPSYS="bsd4-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/sequent.h b/src/m/sequent.h
index 08d6acfe7a1..a0077a39ec2 100644
--- a/src/m/sequent.h
+++ b/src/m/sequent.h
@@ -29,15 +29,6 @@ NOTE-END */
29/* NOTE: this file works for DYNIX release 2.0 29/* NOTE: this file works for DYNIX release 2.0
30 (not tested on 1.3) on NS32000's */ 30 (not tested on 1.3) on NS32000's */
31 31
32/* The following three symbols give information on
33 the size of various data types. */
34
35#define SHORTBITS 16 /* Number of bits in a short */
36
37#define INTBITS 32 /* Number of bits in an int */
38
39#define LONGBITS 32 /* Number of bits in a long */
40
41/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 32/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
42 is the most significant byte. */ 33 is the most significant byte. */
43 34
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
26-opsystem=bsd4-2 for earlier versions. 26-opsystem=bsd4-2 for earlier versions.
27NOTE-END */ 27NOTE-END */
28 28
29/* The following three symbols give information on
30 the size of various data types. */
31
32#define SHORTBITS 16 /* Number of bits in a short */
33
34#define INTBITS 32 /* Number of bits in an int */
35
36#define LONGBITS 32 /* Number of bits in a long */
37
38/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 29/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
39 is the most significant byte. */ 30 is the most significant byte. */
40 31
diff --git a/src/m/sps7.h b/src/m/sps7.h
index 41ce42ba6d1..bb64e13621c 100644
--- a/src/m/sps7.h
+++ b/src/m/sps7.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-2" */ 23 USUAL-OPSYS="usg5-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/stride.h b/src/m/stride.h
index 6fd3ce37686..b83193ff456 100644
--- a/src/m/stride.h
+++ b/src/m/stride.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-2" */ 23 USUAL-OPSYS="usg5-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/sun1.h b/src/m/sun1.h
index 46cdf069ac2..827057a1665 100644
--- a/src/m/sun1.h
+++ b/src/m/sun1.h
@@ -38,15 +38,6 @@ Sun 1, 2 and 3 (-machine=sun1, -machine=sun2, -machine=sun3;
38 problems caused by bugs in the "export" version of SunOS 4. 38 problems caused by bugs in the "export" version of SunOS 4.
39NOTE-END */ 39NOTE-END */
40 40
41/* The following three symbols give information on
42 the size of various data types. */
43
44#define SHORTBITS 16 /* Number of bits in a short */
45
46#define INTBITS 32 /* Number of bits in an int */
47
48#define LONGBITS 32 /* Number of bits in a long */
49
50/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 41/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
51 is the most significant byte. */ 42 is the most significant byte. */
52 43
diff --git a/src/m/sun2.h b/src/m/sun2.h
index fcffcd156d7..c89125df477 100644
--- a/src/m/sun2.h
+++ b/src/m/sun2.h
@@ -40,15 +40,6 @@ Sun 1, 2 and 3 (-machine=sun1, -machine=sun2, -machine=sun3;
40 problems caused by bugs in the "export" version of SunOS 4. 40 problems caused by bugs in the "export" version of SunOS 4.
41NOTE-END */ 41NOTE-END */
42 42
43/* The following three symbols give information on
44 the size of various data types. */
45
46#define SHORTBITS 16 /* Number of bits in a short */
47
48#define INTBITS 32 /* Number of bits in an int */
49
50#define LONGBITS 32 /* Number of bits in a long */
51
52/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 43/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
53 is the most significant byte. */ 44 is the most significant byte. */
54 45
diff --git a/src/m/tad68k.h b/src/m/tad68k.h
index bed22badd50..178dd0709e1 100644
--- a/src/m/tad68k.h
+++ b/src/m/tad68k.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-3" */ 23 USUAL-OPSYS="usg5-3" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/tahoe.h b/src/m/tahoe.h
index cc758c26f35..282f524ff29 100644
--- a/src/m/tahoe.h
+++ b/src/m/tahoe.h
@@ -27,15 +27,6 @@ Use -opsystem=bsd4-2 or -opsystem=bsd4-3, depending on the version of
27Berkeley you are running. 27Berkeley you are running.
28NOTE-END */ 28NOTE-END */
29 29
30/* The following three symbols give information on
31 the size of various data types. */
32
33#define SHORTBITS 16 /* Number of bits in a short */
34
35#define INTBITS 32 /* Number of bits in an int */
36
37#define LONGBITS 32 /* Number of bits in a long */
38
39/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 30/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
40 is the most significant byte. */ 31 is the most significant byte. */
41 32
diff --git a/src/m/targon31.h b/src/m/targon31.h
index 2a4937be08b..6a11b8c9deb 100644
--- a/src/m/targon31.h
+++ b/src/m/targon31.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-2-2" */ 23 USUAL-OPSYS="usg5-2-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/tek4300.h b/src/m/tek4300.h
index fb566f918b3..c9cd22f9a81 100644
--- a/src/m/tek4300.h
+++ b/src/m/tek4300.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="bsd4-3" */ 23 USUAL-OPSYS="bsd4-3" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/tekxd88.h b/src/m/tekxd88.h
index c9714a52b7a..5c871355eb7 100644
--- a/src/m/tekxd88.h
+++ b/src/m/tekxd88.h
@@ -20,11 +20,6 @@ along with GNU Emacs; see the file COPYING. If not, write to
20the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 20the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
21 21
22 22
23/* The following symbols give information on the size of various data types. */
24#define SHORTBITS 16 /* Number of bits in a short */
25#define INTBITS 32 /* Number of bits in an int */
26#define LONGBITS 32 /* Number of bits in a long */
27
28/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 23/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
29 is the most significant byte. */ 24 is the most significant byte. */
30 25
diff --git a/src/m/template.h b/src/m/template.h
index c9485c8fda7..627f61877a5 100644
--- a/src/m/template.h
+++ b/src/m/template.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */ 23 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/tower32.h b/src/m/tower32.h
index fa34f62af65..a59cffbdec4 100644
--- a/src/m/tower32.h
+++ b/src/m/tower32.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-2-2" */ 23 USUAL-OPSYS="usg5-2-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/tower32v3.h b/src/m/tower32v3.h
index 6c899b6c51c..65e39bd17d5 100644
--- a/src/m/tower32v3.h
+++ b/src/m/tower32v3.h
@@ -23,15 +23,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
23 operating system this machine is likely to run. 23 operating system this machine is likely to run.
24 USUAL-OPSYS="usg5-3" */ 24 USUAL-OPSYS="usg5-3" */
25 25
26/* The following three symbols give information on
27 the size of various data types. */
28
29#define SHORTBITS 16 /* Number of bits in a short */
30
31#define INTBITS 32 /* Number of bits in an int */
32
33#define LONGBITS 32 /* Number of bits in a long */
34
35/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 26/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
36 is the most significant byte. */ 27 is the most significant byte. */
37 28
diff --git a/src/m/ustation.h b/src/m/ustation.h
index 97da57b661b..26b08d05dde 100644
--- a/src/m/ustation.h
+++ b/src/m/ustation.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-3" */ 23 USUAL-OPSYS="usg5-3" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/vax.h b/src/m/vax.h
index 7417f2d30d9..145805b63bd 100644
--- a/src/m/vax.h
+++ b/src/m/vax.h
@@ -50,15 +50,6 @@ Vax running VMS (-opsystem=vms)
50 50
51NOTE-END */ 51NOTE-END */
52 52
53/* The following three symbols give information on
54 the size of various data types. */
55
56#define SHORTBITS 16 /* Number of bits in a short */
57
58#define INTBITS 32 /* Number of bits in an int */
59
60#define LONGBITS 32 /* Number of bits in a long */
61
62/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 53/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
63 is the most significant byte. */ 54 is the most significant byte. */
64 55
diff --git a/src/m/wicat.h b/src/m/wicat.h
index f8cf10163c1..e5c98ae70f4 100644
--- a/src/m/wicat.h
+++ b/src/m/wicat.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-2" */ 23 USUAL-OPSYS="usg5-2" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/windowsnt.h b/src/m/windowsnt.h
index bc6aa44d43e..301f7e04a57 100644
--- a/src/m/windowsnt.h
+++ b/src/m/windowsnt.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */ 23 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */
24 24
25/* The following three symbols give information on
26 the size of various data types. */
27
28#define SHORTBITS 16 /* Number of bits in a short */
29
30#define INTBITS 32 /* Number of bits in an int */
31
32#define LONGBITS 32 /* Number of bits in a long */
33
34/* Define BIG_ENDIAN iff lowest-numbered byte in a word 25/* Define BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 26 is the most significant byte. */
36 27
diff --git a/src/m/xps100.h b/src/m/xps100.h
index 36c721a3328..ff0982bd95b 100644
--- a/src/m/xps100.h
+++ b/src/m/xps100.h
@@ -24,15 +24,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
24 operating system this machine is likely to run. 24 operating system this machine is likely to run.
25 USUAL-OPSYS="usg5-2" */ 25 USUAL-OPSYS="usg5-2" */
26 26
27/* The following three symbols give information on
28 the size of various data types. */
29
30#define SHORTBITS 16 /* Number of bits in a short */
31
32#define INTBITS 32 /* Number of bits in an int */
33
34#define LONGBITS 32 /* Number of bits in a long */
35
36/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 27/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
37 is the most significant byte. */ 28 is the most significant byte. */
38 29