aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-07-07 19:52:37 +0000
committerJim Blandy1992-07-07 19:52:37 +0000
commitedbe355be20d0cc8127a9393ec6f4a1e55e9ed14 (patch)
tree83b35f043e7ea2602b5f53bf48eb04b50891d06d /src
parentdc5a70f1f434dec9dad1fead86c3248d874838d0 (diff)
downloademacs-edbe355be20d0cc8127a9393ec6f4a1e55e9ed14.tar.gz
emacs-edbe355be20d0cc8127a9393ec6f4a1e55e9ed14.zip
entered into RCS
Diffstat (limited to 'src')
-rw-r--r--src/m/7300.h5
-rw-r--r--src/m/alliant-2800.h5
-rw-r--r--src/m/alliant.h5
-rw-r--r--src/m/altos.h5
-rw-r--r--src/m/amdahl.h7
-rw-r--r--src/m/apollo.h5
-rw-r--r--src/m/att3b.h8
-rw-r--r--src/m/aviion.h5
-rw-r--r--src/m/celerity.h5
-rw-r--r--src/m/clipper.h6
-rw-r--r--src/m/cnvrgnt.h5
-rw-r--r--src/m/convex.h5
-rw-r--r--src/m/cydra5.h5
-rw-r--r--src/m/delta.h5
-rw-r--r--src/m/delta88k.h5
-rw-r--r--src/m/dual.h5
-rw-r--r--src/m/elxsi.h5
-rw-r--r--src/m/gec63.h5
-rw-r--r--src/m/gould.h5
-rw-r--r--src/m/hp800.h5
-rw-r--r--src/m/ibm370aix.h5
-rw-r--r--src/m/ibmrs6000.h5
-rw-r--r--src/m/ibmrt-aix.h5
-rw-r--r--src/m/ibmrt.h5
-rw-r--r--src/m/intel386.h5
-rw-r--r--src/m/iris4d.h5
-rw-r--r--src/m/irist.h5
-rw-r--r--src/m/isi-ov.h5
-rw-r--r--src/m/masscomp.h5
-rw-r--r--src/m/mega68.h5
-rw-r--r--src/m/mg1.h5
-rw-r--r--src/m/news.h5
-rw-r--r--src/m/next.h5
-rw-r--r--src/m/ns16000.h5
-rw-r--r--src/m/ns32000.h5
-rw-r--r--src/m/nu.h5
-rw-r--r--src/m/orion.h5
-rw-r--r--src/m/orion105.h2
-rw-r--r--src/m/pfa50.h5
-rw-r--r--src/m/plexus.h5
-rw-r--r--src/m/pyramid.h5
-rw-r--r--src/m/sequent.h5
-rw-r--r--src/m/sps7.h5
-rw-r--r--src/m/stride.h5
-rw-r--r--src/m/sun1.h5
-rw-r--r--src/m/sun2.h5
-rw-r--r--src/m/tad68k.h5
-rw-r--r--src/m/tahoe.h5
-rw-r--r--src/m/targon31.h5
-rw-r--r--src/m/tek4300.h5
-rw-r--r--src/m/template.h5
-rw-r--r--src/m/tower32.h5
-rw-r--r--src/m/tower32v3.h5
-rw-r--r--src/m/ustation.h5
-rw-r--r--src/m/vax.h5
-rw-r--r--src/m/wicat.h5
-rw-r--r--src/m/xps100.h5
57 files changed, 0 insertions, 288 deletions
diff --git a/src/m/7300.h b/src/m/7300.h
index 31606928a67..ecac4f6190b 100644
--- a/src/m/7300.h
+++ b/src/m/7300.h
@@ -46,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
46 46
47#define EXPLICIT_SIGN_EXTEND 47#define EXPLICIT_SIGN_EXTEND
48 48
49/* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52#define SIGN_EXTEND_CHAR(c) (c)
53
54/* Use type int rather than a union, to represent Lisp_Object */ 49/* Use type int rather than a union, to represent Lisp_Object */
55 50
56#define NO_UNION_TYPE 51#define NO_UNION_TYPE
diff --git a/src/m/alliant-2800.h b/src/m/alliant-2800.h
index 431b33a1f2c..eb7d1580c4e 100644
--- a/src/m/alliant-2800.h
+++ b/src/m/alliant-2800.h
@@ -47,11 +47,6 @@ and this notice must be preserved on all copies. */
47 47
48#undef WORD_MACHINE 48#undef WORD_MACHINE
49 49
50/* Define how to take a char and sign-extend into an int.
51 On machines where char is signed, this is a no-op. */
52
53#define SIGN_EXTEND_CHAR(c) (c)
54
55/* Now define a symbol for the cpu type, if your compiler 50/* Now define a symbol for the cpu type, if your compiler
56 does not define it automatically: 51 does not define it automatically:
57 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 52 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
diff --git a/src/m/alliant.h b/src/m/alliant.h
index 17ede6119e8..73dce582174 100644
--- a/src/m/alliant.h
+++ b/src/m/alliant.h
@@ -50,11 +50,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
50 50
51#undef WORD_MACHINE 51#undef WORD_MACHINE
52 52
53/* Define how to take a char and sign-extend into an int.
54 On machines where char is signed, this is a no-op. */
55
56#define SIGN_EXTEND_CHAR(c) (c)
57
58/* Now define a symbol for the cpu type, if your compiler 53/* Now define a symbol for the cpu type, if your compiler
59 does not define it automatically: 54 does not define it automatically:
60 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 55 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
diff --git a/src/m/altos.h b/src/m/altos.h
index 539f79dfb28..0941f25370d 100644
--- a/src/m/altos.h
+++ b/src/m/altos.h
@@ -36,11 +36,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
36 36
37#define BIG_ENDIAN 37#define BIG_ENDIAN
38 38
39/* Define how to take a char and sign-extend into an int.
40 On machines where char is signed, this is a no-op. */
41
42#define SIGN_EXTEND_CHAR(c) (c)
43
44#define EXPLICIT_SIGN_EXTEND 39#define EXPLICIT_SIGN_EXTEND
45 40
46/* Use type int rather than a union, to represent Lisp_Object */ 41/* Use type int rather than a union, to represent Lisp_Object */
diff --git a/src/m/amdahl.h b/src/m/amdahl.h
index 261d369c740..957816995b7 100644
--- a/src/m/amdahl.h
+++ b/src/m/amdahl.h
@@ -53,13 +53,6 @@ compiler is so brain damaged that it is not even worth trying to use it.
53 53
54#define WORD_MACHINE /* not actually used anywhere yet! */ 54#define WORD_MACHINE /* not actually used anywhere yet! */
55 55
56/* Define how to take a char and sign-extend into an int.
57 On machines where char is signed, this is a no-op. */
58
59#define SIGN_EXTEND_CHAR(c) (((sign_extend_temp=(c)) & 0x80) \
60 ? (sign_extend_temp | 0xFFFFFF00) \
61 : (sign_extend_temp))
62
63/* Now define a symbol for the cpu type, if your compiler 56/* Now define a symbol for the cpu type, if your compiler
64 does not define it automatically: 57 does not define it automatically:
65 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 58 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
diff --git a/src/m/apollo.h b/src/m/apollo.h
index 7f2ba4c1678..0f5e7d01e2c 100644
--- a/src/m/apollo.h
+++ b/src/m/apollo.h
@@ -35,11 +35,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
35 35
36#define BIG_ENDIAN 36#define BIG_ENDIAN
37 37
38/* Define how to take a char and sign-extend into an int.
39 On machines where char is signed, this is a no-op. */
40
41#define SIGN_EXTEND_CHAR(c) (c)
42
43/* Say this machine is a 68000 */ 38/* Say this machine is a 68000 */
44 39
45/* #define m68000 */ /* Done by the C compiler */ 40/* #define m68000 */ /* Done by the C compiler */
diff --git a/src/m/att3b.h b/src/m/att3b.h
index c9c3dbc8722..53fc26780af 100644
--- a/src/m/att3b.h
+++ b/src/m/att3b.h
@@ -48,14 +48,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
48 48
49/* #define WORD_MACHINE */ 49/* #define WORD_MACHINE */
50 50
51/* Define how to take a char and sign-extend into an int.
52 On machines where char is signed, this is a no-op. */
53/* The 3b20 doesn't sign extend characters OR ints, so
54 right shifting an int loses the sign bit */
55#define SIGN_EXTEND_CHAR(c) (((sign_extend_temp=(c)) & 0x80) \
56 ? (sign_extend_temp | 0xFFFFFF00) \
57 : (sign_extend_temp))
58
59/* Now define a symbol for the cpu type, if your compiler 51/* Now define a symbol for the cpu type, if your compiler
60 does not define it automatically */ 52 does not define it automatically */
61#define ATT3B 53#define ATT3B
diff --git a/src/m/aviion.h b/src/m/aviion.h
index fa116db1ff4..a4cfb9ea652 100644
--- a/src/m/aviion.h
+++ b/src/m/aviion.h
@@ -42,11 +42,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
42 42
43#define WORD_MACHINE 43#define WORD_MACHINE
44 44
45/* Define how to take a char and sign-extend into an int.
46 On machines where char is signed, this is a no-op. */
47
48#define SIGN_EXTEND_CHAR(c) (c)
49
50/* Define DATA_SEG_BITS if pointers need to be corrected with 45/* Define DATA_SEG_BITS if pointers need to be corrected with
51 a segment field. */ 46 a segment field. */
52 47
diff --git a/src/m/celerity.h b/src/m/celerity.h
index 7dced85d78e..f515010eaab 100644
--- a/src/m/celerity.h
+++ b/src/m/celerity.h
@@ -40,11 +40,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
40 40
41#define EXPLICIT_SIGN_EXTEND 41#define EXPLICIT_SIGN_EXTEND
42 42
43/* Define how to take a char and sign-extend into an int.
44 On machines where char is signed, this is a no-op. */
45
46#define SIGN_EXTEND_CHAR(c) (c)
47
48/* celerity preprocessor defines "accel", however the following is clearer */ 43/* celerity preprocessor defines "accel", however the following is clearer */
49#define celerity 44#define celerity
50 45
diff --git a/src/m/clipper.h b/src/m/clipper.h
index 6614f52890c..86d3e8709e9 100644
--- a/src/m/clipper.h
+++ b/src/m/clipper.h
@@ -42,12 +42,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
42 42
43/* #define WORD_MACHINE */ 43/* #define WORD_MACHINE */
44 44
45/* Define how to take a char and sign-extend into an int.
46 On machines where char is signed, this is a no-op. */
47
48#define SIGN_EXTEND_CHAR(c) ((((int) (c)) << 24) >> 24)
49/* #define SIGN_EXTEND_CHAR(c) (c) */
50
51/* Now define a symbol for the cpu type, if your compiler 45/* Now define a symbol for the cpu type, if your compiler
52 does not define it automatically */ 46 does not define it automatically */
53 47
diff --git a/src/m/cnvrgnt.h b/src/m/cnvrgnt.h
index dcbeb3c6d35..dac44ac41c8 100644
--- a/src/m/cnvrgnt.h
+++ b/src/m/cnvrgnt.h
@@ -42,11 +42,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
42 42
43/* #define WORD_MACHINE */ 43/* #define WORD_MACHINE */
44 44
45/* Define how to take a char and sign-extend into an int.
46 On machines where char is signed, this is a no-op. */
47
48#define SIGN_EXTEND_CHAR(c) (c)
49
50/* Now define a symbol for the cpu type, if your compiler 45/* Now define a symbol for the cpu type, if your compiler
51 does not define it automatically. */ 46 does not define it automatically. */
52 47
diff --git a/src/m/convex.h b/src/m/convex.h
index e6bfbecd273..7ca4c336f5a 100644
--- a/src/m/convex.h
+++ b/src/m/convex.h
@@ -47,11 +47,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
47 47
48/* #define WORD_MACHINE */ 48/* #define WORD_MACHINE */
49 49
50/* Define how to take a char and sign-extend into an int.
51 On machines where char is signed, this is a no-op. */
52
53#define SIGN_EXTEND_CHAR(c) (c)
54
55/* Now define a symbol for the cpu type, if your compiler 50/* Now define a symbol for the cpu type, if your compiler
56 does not define it automatically. */ 51 does not define it automatically. */
57 52
diff --git a/src/m/cydra5.h b/src/m/cydra5.h
index 772e9b6fcb0..b93f1725ca2 100644
--- a/src/m/cydra5.h
+++ b/src/m/cydra5.h
@@ -46,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
46 46
47#undef WORD_MACHINE 47#undef WORD_MACHINE
48 48
49/* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52#define SIGN_EXTEND_CHAR(c) (c)
53
54/* Now define a symbol for the cpu type, if your compiler 49/* Now define a symbol for the cpu type, if your compiler
55 does not define it automatically: 50 does not define it automatically:
56 Ones defined so far include vax, m68000, ns16000, pyramid, 51 Ones defined so far include vax, m68000, ns16000, pyramid,
diff --git a/src/m/delta.h b/src/m/delta.h
index 8dda4fd213d..0c261a962cc 100644
--- a/src/m/delta.h
+++ b/src/m/delta.h
@@ -48,11 +48,6 @@ and this notice must be preserved on all copies. */
48 48
49/* #define WORD_MACHINE */ 49/* #define WORD_MACHINE */
50 50
51/* Define how to take a char and sign-extend into an int.
52 On machines where char is signed, this is a no-op. */
53
54#define SIGN_EXTEND_CHAR(c) (c)
55
56/* Now define a symbol for the cpu type, if your compiler 51/* Now define a symbol for the cpu type, if your compiler
57 does not define it automatically: 52 does not define it automatically:
58 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 53 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
diff --git a/src/m/delta88k.h b/src/m/delta88k.h
index 0e865bbbbe6..7270a79e2b6 100644
--- a/src/m/delta88k.h
+++ b/src/m/delta88k.h
@@ -56,11 +56,6 @@ and this notice must be preserved on all copies. */
56#define m88000 56#define m88000
57#endif 57#endif
58 58
59/* Define how to take a char and sign-extend into an int.
60 On machines where char is signed, this is a no-op. */
61
62#define SIGN_EXTEND_CHAR(c) (c)
63
64/* Now define a symbol for the cpu type, if your compiler 59/* Now define a symbol for the cpu type, if your compiler
65 does not define it automatically. */ 60 does not define it automatically. */
66 61
diff --git a/src/m/dual.h b/src/m/dual.h
index 0af8db5940e..2110c4d485b 100644
--- a/src/m/dual.h
+++ b/src/m/dual.h
@@ -51,11 +51,6 @@ NOTE-END */
51 51
52#define EXPLICIT_SIGN_EXTEND 52#define EXPLICIT_SIGN_EXTEND
53 53
54/* Define how to take a char and sign-extend into an int.
55 On machines where char is signed, this is a no-op. */
56
57#define SIGN_EXTEND_CHAR(c) (c)
58
59/* Use type int rather than a union, to represent Lisp_Object */ 54/* Use type int rather than a union, to represent Lisp_Object */
60 55
61#define NO_UNION_TYPE 56#define NO_UNION_TYPE
diff --git a/src/m/elxsi.h b/src/m/elxsi.h
index 46a07c679a6..fccc25a5d5a 100644
--- a/src/m/elxsi.h
+++ b/src/m/elxsi.h
@@ -49,11 +49,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
49 49
50/*#define WORD_MACHINE */ 50/*#define WORD_MACHINE */
51 51
52/* Define how to take a char and sign-extend into an int.
53 On machines where char is signed, this is a no-op. */
54
55#define SIGN_EXTEND_CHAR(c) ((int)c)
56
57/* Now define a symbol for the cpu type, if your compiler 52/* Now define a symbol for the cpu type, if your compiler
58 does not define it automatically: 53 does not define it automatically:
59 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 54 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
diff --git a/src/m/gec63.h b/src/m/gec63.h
index 4f8fe4a09e0..3db1da1be87 100644
--- a/src/m/gec63.h
+++ b/src/m/gec63.h
@@ -35,11 +35,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
35 35
36#define BIG_ENDIAN 36#define BIG_ENDIAN
37 37
38/* Define how to take a char and sign-extend into an int.
39 On machines where char is signed, this is a no-op. */
40
41#define SIGN_EXTEND_CHAR(c) (((c)<<24)>>24)
42
43/* Say this machine is a 68000 */ 38/* Say this machine is a 68000 */
44 39
45#define gec63 40#define gec63
diff --git a/src/m/gould.h b/src/m/gould.h
index a9e675286a4..32d89e28a56 100644
--- a/src/m/gould.h
+++ b/src/m/gould.h
@@ -71,11 +71,6 @@ NOTE-END */
71 71
72/* #define WORD_MACHINE */ 72/* #define WORD_MACHINE */
73 73
74/* Define how to take a char and sign-extend into an int.
75 On machines where char is signed, this is a no-op. */
76
77#define SIGN_EXTEND_CHAR(c) (c)
78
79/* Now define a symbol for the cpu type, if your compiler 74/* Now define a symbol for the cpu type, if your compiler
80 does not define it automatically */ 75 does not define it automatically */
81 76
diff --git a/src/m/hp800.h b/src/m/hp800.h
index 4b068261dcf..2173d5309ed 100644
--- a/src/m/hp800.h
+++ b/src/m/hp800.h
@@ -46,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
46 46
47#undef WORD_MACHINE 47#undef WORD_MACHINE
48 48
49/* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52#define SIGN_EXTEND_CHAR(c) (c)
53
54/* Now define a symbol for the cpu type, if your compiler 49/* Now define a symbol for the cpu type, if your compiler
55 does not define it automatically: 50 does not define it automatically:
56 Ones defined so far include vax, m68000, ns16000, pyramid, 51 Ones defined so far include vax, m68000, ns16000, pyramid,
diff --git a/src/m/ibm370aix.h b/src/m/ibm370aix.h
index 49f06e5106f..70c0c8a6aae 100644
--- a/src/m/ibm370aix.h
+++ b/src/m/ibm370aix.h
@@ -45,11 +45,6 @@ and this notice must be preserved on all copies. */
45 45
46/* #define WORD_MACHINE */ 46/* #define WORD_MACHINE */
47 47
48/* Define how to take a char and sign-extend into an int.
49 On machines where char is signed, this is a no-op. */
50
51#define SIGN_EXTEND_CHAR(c) (((c) & 0x80) ? ((c) | 0xffffff80) : (c))
52
53/* Now define a symbol for the cpu type, if your compiler 48/* Now define a symbol for the cpu type, if your compiler
54 does not define it automatically: 49 does not define it automatically:
55 Ones defined so far include vax, m68000, ns16000, pyramid, 50 Ones defined so far include vax, m68000, ns16000, pyramid,
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index b84ff0437ba..14d0dd5a565 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -41,11 +41,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
41 41
42#define NO_ARG_ARRAY 42#define NO_ARG_ARRAY
43 43
44/* Define how to take a char and sign-extend into an int.
45 On machines where char is signed, this is a no-op. */
46
47#define SIGN_EXTEND_CHAR(c) ((((int) (c)) << 24) >> 24)
48
49/* Now define a symbol for the cpu type, if your compiler 44/* Now define a symbol for the cpu type, if your compiler
50 does not define it automatically. */ 45 does not define it automatically. */
51 46
diff --git a/src/m/ibmrt-aix.h b/src/m/ibmrt-aix.h
index 59cb819f84f..bca2969e9a1 100644
--- a/src/m/ibmrt-aix.h
+++ b/src/m/ibmrt-aix.h
@@ -41,11 +41,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
41 41
42#define NO_ARG_ARRAY 42#define NO_ARG_ARRAY
43 43
44/* Define how to take a char and sign-extend into an int.
45 On machines where char is signed, this is a no-op. */
46
47#define SIGN_EXTEND_CHAR(c) ((((int) (c)) << 24) >> 24)
48
49/* Now define a symbol for the cpu type, if your compiler 44/* Now define a symbol for the cpu type, if your compiler
50 does not define it automatically. */ 45 does not define it automatically. */
51 46
diff --git a/src/m/ibmrt.h b/src/m/ibmrt.h
index 5b7d6a34d6b..c92df7e92f6 100644
--- a/src/m/ibmrt.h
+++ b/src/m/ibmrt.h
@@ -46,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
46 46
47#define WORD_MACHINE 47#define WORD_MACHINE
48 48
49/* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52#define SIGN_EXTEND_CHAR(c) ((signed char)(c))
53
54/* Now define a symbol for the cpu type, if your compiler 49/* Now define a symbol for the cpu type, if your compiler
55 does not define it automatically. */ 50 does not define it automatically. */
56 51
diff --git a/src/m/intel386.h b/src/m/intel386.h
index da5ae36ca32..939bf9b81da 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -69,11 +69,6 @@ NOTE-END */
69 69
70/* #define WORD_MACHINE */ 70/* #define WORD_MACHINE */
71 71
72/* Define how to take a char and sign-extend into an int.
73 On machines where char is signed, this is a no-op. */
74
75#define SIGN_EXTEND_CHAR(c) (c)
76
77/* Now define a symbol for the cpu type, if your compiler 72/* Now define a symbol for the cpu type, if your compiler
78 does not define it automatically: 73 does not define it automatically:
79 Ones defined so far include vax, m68000, ns16000, pyramid, 74 Ones defined so far include vax, m68000, ns16000, pyramid,
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
index 45ad2f7c2f2..1b9cfdfc8f6 100644
--- a/src/m/iris4d.h
+++ b/src/m/iris4d.h
@@ -46,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
46 46
47#undef WORD_MACHINE 47#undef WORD_MACHINE
48 48
49/* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52#define SIGN_EXTEND_CHAR(c) ((signed char)(c))
53
54/* Now define a symbol for the cpu type, if your compiler 49/* Now define a symbol for the cpu type, if your compiler
55 does not define it automatically: 50 does not define it automatically:
56 Ones defined so far include vax, m68000, ns16000, pyramid, 51 Ones defined so far include vax, m68000, ns16000, pyramid,
diff --git a/src/m/irist.h b/src/m/irist.h
index 11c58e25417..25f1550a094 100644
--- a/src/m/irist.h
+++ b/src/m/irist.h
@@ -80,11 +80,6 @@ NOTE-END */
80 80
81/* #define WORD_MACHINE */ 81/* #define WORD_MACHINE */
82 82
83/* Define how to take a char and sign-extend into an int.
84 On machines where char is signed, this is a no-op. */
85
86#define SIGN_EXTEND_CHAR(c) (c)
87
88/* Now define a symbol for the cpu type, if your compiler 83/* Now define a symbol for the cpu type, if your compiler
89 does not define it automatically: 84 does not define it automatically:
90 Ones defined so far include vax, m68000, ns16000, pyramid, 85 Ones defined so far include vax, m68000, ns16000, pyramid,
diff --git a/src/m/isi-ov.h b/src/m/isi-ov.h
index 2f30f7f2606..2a41da70bd2 100644
--- a/src/m/isi-ov.h
+++ b/src/m/isi-ov.h
@@ -41,11 +41,6 @@ NOTE-END */
41 41
42#define BIG_ENDIAN 42#define BIG_ENDIAN
43 43
44/* Define how to take a char and sign-extend into an int.
45 On machines where char is signed, this is a no-op. */
46
47#define SIGN_EXTEND_CHAR(c) (c)
48
49/* Say this machine is a 68000 */ 44/* Say this machine is a 68000 */
50 45
51#define m68000 46#define m68000
diff --git a/src/m/masscomp.h b/src/m/masscomp.h
index f0970ed4a53..d10df6b380e 100644
--- a/src/m/masscomp.h
+++ b/src/m/masscomp.h
@@ -46,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
46 46
47#undef WORD_MACHINE 47#undef WORD_MACHINE
48 48
49/* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52#define SIGN_EXTEND_CHAR(c) (c)
53
54/* Now define a symbol for the cpu type, if your compiler 49/* Now define a symbol for the cpu type, if your compiler
55 does not define it automatically: 50 does not define it automatically:
56 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 51 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
diff --git a/src/m/mega68.h b/src/m/mega68.h
index 976f1bf6230..a15fd2b2901 100644
--- a/src/m/mega68.h
+++ b/src/m/mega68.h
@@ -39,11 +39,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
39 39
40#define EXPLICIT_SIGN_EXTEND 40#define EXPLICIT_SIGN_EXTEND
41 41
42/* Define how to take a char and sign-extend into an int.
43 On machines where char is signed, this is a no-op. */
44
45#define SIGN_EXTEND_CHAR(c) (c)
46
47/* Say this machine is a 68000 */ 42/* Say this machine is a 68000 */
48 43
49#define m68000 44#define m68000
diff --git a/src/m/mg1.h b/src/m/mg1.h
index 0ad56aeef38..34e22def477 100644
--- a/src/m/mg1.h
+++ b/src/m/mg1.h
@@ -56,11 +56,6 @@ NOTE-END */
56/* ns16000 addresses are byte addresses */ 56/* ns16000 addresses are byte addresses */
57#undef WORD_MACHINE 57#undef WORD_MACHINE
58 58
59/* Define how to take a char and sign-extend into an int.
60 On machines where char is signed, this is a no-op. */
61
62#define SIGN_EXTEND_CHAR(c) (c)
63
64/* Now define a symbol for the cpu type, if your compiler 59/* Now define a symbol for the cpu type, if your compiler
65 does not define it automatically: 60 does not define it automatically:
66 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 61 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
diff --git a/src/m/news.h b/src/m/news.h
index 618477c171e..b3e60b30225 100644
--- a/src/m/news.h
+++ b/src/m/news.h
@@ -49,11 +49,6 @@ NOTE-END */
49 49
50#define CRT0_DUMMIES one_dummy, 50#define CRT0_DUMMIES one_dummy,
51 51
52/* Define how to take a char and sign-extend into an int.
53 On machines where char is signed, this is a no-op. */
54
55#define SIGN_EXTEND_CHAR(c) (c)
56
57/* Use type int rather than a union, to represent Lisp_Object */ 52/* Use type int rather than a union, to represent Lisp_Object */
58 53
59#define NO_UNION_TYPE 54#define NO_UNION_TYPE
diff --git a/src/m/next.h b/src/m/next.h
index d8d3d76ab15..8ac7a6e1b17 100644
--- a/src/m/next.h
+++ b/src/m/next.h
@@ -37,11 +37,6 @@ and this notice must be preserved on all copies. */
37 37
38#define BIG_ENDIAN 38#define BIG_ENDIAN
39 39
40/* Define how to take a char and sign-extend into an int.
41 On machines where char is signed, this is a no-op. */
42
43#define SIGN_EXTEND_CHAR(c) (c)
44
45/* Say this machine is a 68000 */ 40/* Say this machine is a 68000 */
46 41
47#ifndef m68000 42#ifndef m68000
diff --git a/src/m/ns16000.h b/src/m/ns16000.h
index 3aa798ddad5..69982fae4f9 100644
--- a/src/m/ns16000.h
+++ b/src/m/ns16000.h
@@ -41,11 +41,6 @@ NOTE-END */
41 41
42/* #define BIG_ENDIAN */ /* So don't define this. */ 42/* #define BIG_ENDIAN */ /* So don't define this. */
43 43
44/* Define how to take a char and sign-extend into an int.
45 On machines where char is signed, this is a no-op. */
46
47#define SIGN_EXTEND_CHAR(c) (c)
48
49/* Say this machine is a 16000 */ 44/* Say this machine is a 16000 */
50 45
51#define ns16000 1 46#define ns16000 1
diff --git a/src/m/ns32000.h b/src/m/ns32000.h
index bca1825e406..0520b678d75 100644
--- a/src/m/ns32000.h
+++ b/src/m/ns32000.h
@@ -47,11 +47,6 @@ and this notice must be preserved on all copies. */
47 47
48/* #define WORD_MACHINE */ 48/* #define WORD_MACHINE */
49 49
50/* Define how to take a char and sign-extend into an int.
51 On machines where char is signed, this is a no-op. */
52
53#define SIGN_EXTEND_CHAR(c) (c)
54
55/* Now define a symbol for the cpu type, if your compiler 50/* Now define a symbol for the cpu type, if your compiler
56 does not define it automatically: 51 does not define it automatically:
57 Ones defined so far include vax, m68000, ns16000, pyramid, 52 Ones defined so far include vax, m68000, ns16000, pyramid,
diff --git a/src/m/nu.h b/src/m/nu.h
index ef12ccc2037..3e79496b45c 100644
--- a/src/m/nu.h
+++ b/src/m/nu.h
@@ -40,11 +40,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
40 40
41#define EXPLICIT_SIGN_EXTEND 41#define EXPLICIT_SIGN_EXTEND
42 42
43/* Define how to take a char and sign-extend into an int.
44 On machines where char is signed, this is a no-op. */
45
46#define SIGN_EXTEND_CHAR(c) (c)
47
48/* Use type int rather than a union, to represent Lisp_Object */ 43/* Use type int rather than a union, to represent Lisp_Object */
49 44
50#define NO_UNION_TYPE 45#define NO_UNION_TYPE
diff --git a/src/m/orion.h b/src/m/orion.h
index fec8a0c2b5e..cbd0b3027ab 100644
--- a/src/m/orion.h
+++ b/src/m/orion.h
@@ -53,11 +53,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
53 53
54#define WORD_MACHINE 54#define WORD_MACHINE
55 55
56/* Define how to take a char and sign-extend into an int.
57 On machines where char is signed, this is a no-op. */
58
59#define SIGN_EXTEND_CHAR(c) ((((int) (c)) << 24) >> 24)
60
61/* Use type int rather than a union, to represent Lisp_Object */ 56/* Use type int rather than a union, to represent Lisp_Object */
62/* This is desirable for most machines. */ 57/* This is desirable for most machines. */
63 58
diff --git a/src/m/orion105.h b/src/m/orion105.h
index 58371ca8d7f..48cfe7a50b8 100644
--- a/src/m/orion105.h
+++ b/src/m/orion105.h
@@ -45,8 +45,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
45/* Define WORD_MACHINE if addresses and such have 45/* Define WORD_MACHINE if addresses and such have
46 * to be corrected before they can be used as byte counts. */ 46 * to be corrected before they can be used as byte counts. */
47 47
48#define SIGN_EXTEND_CHAR(c) ((int)(c))
49
50/* Use type int rather than a union, to represent Lisp_Object */ 48/* Use type int rather than a union, to represent Lisp_Object */
51/* This is desirable for most machines. */ 49/* This is desirable for most machines. */
52 50
diff --git a/src/m/pfa50.h b/src/m/pfa50.h
index 2368a533707..b5bcb3e6c9b 100644
--- a/src/m/pfa50.h
+++ b/src/m/pfa50.h
@@ -32,11 +32,6 @@ and this notice must be preserved on all copies. */
32 32
33#define BIG_ENDIAN 33#define BIG_ENDIAN
34 34
35/* Define how to take a char and sign-extend into an int.
36 On machines where char is signed, this is a no-op. */
37
38#define SIGN_EXTEND_CHAR(c) ((((int) (c)) << 24) >> 24)
39
40/* Say this machine is a 68000 */ 35/* Say this machine is a 68000 */
41 36
42#define m68000 37#define m68000
diff --git a/src/m/plexus.h b/src/m/plexus.h
index 327ff78a1f5..48a56e0ef4d 100644
--- a/src/m/plexus.h
+++ b/src/m/plexus.h
@@ -46,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
46 46
47#undef WORD_MACHINE 47#undef WORD_MACHINE
48 48
49/* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52#define SIGN_EXTEND_CHAR(c) (c)
53
54/* Now define a symbol for the cpu type, if your compiler 49/* Now define a symbol for the cpu type, if your compiler
55 does not define it automatically: 50 does not define it automatically:
56 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 51 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
diff --git a/src/m/pyramid.h b/src/m/pyramid.h
index e478eae5add..ae3c4920a1c 100644
--- a/src/m/pyramid.h
+++ b/src/m/pyramid.h
@@ -47,11 +47,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
47 47
48#define EXPLICIT_SIGN_EXTEND 48#define EXPLICIT_SIGN_EXTEND
49 49
50/* Define how to take a char and sign-extend into an int.
51 On machines where char is signed, this is a no-op. */
52
53#define SIGN_EXTEND_CHAR(c) (c)
54
55/* pyramid preprocessor defines "pyr", however the following is clearer */ 50/* pyramid preprocessor defines "pyr", however the following is clearer */
56#define pyramid 51#define pyramid
57 52
diff --git a/src/m/sequent.h b/src/m/sequent.h
index e760213abcc..280dabc80e7 100644
--- a/src/m/sequent.h
+++ b/src/m/sequent.h
@@ -53,11 +53,6 @@ NOTE-END */
53 53
54/* #define WORD_MACHINE */ 54/* #define WORD_MACHINE */
55 55
56/* Define how to take a char and sign-extend into an int.
57 On machines where char is signed, this is a no-op. */
58
59#define SIGN_EXTEND_CHAR(c) (c)
60
61/* Now define a symbol for the cpu type, if your compiler 56/* Now define a symbol for the cpu type, if your compiler
62 does not define it automatically: 57 does not define it automatically:
63 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 58 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
diff --git a/src/m/sps7.h b/src/m/sps7.h
index e1583f66d7f..95c106ac133 100644
--- a/src/m/sps7.h
+++ b/src/m/sps7.h
@@ -35,11 +35,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
35 35
36#define BIG_ENDIAN 36#define BIG_ENDIAN
37 37
38/* Define how to take a char and sign-extend into an int.
39 On machines where char is signed, this is a no-op. */
40
41#define SIGN_EXTEND_CHAR(c) (c)
42
43/* Say this machine is a 68000 */ 38/* Say this machine is a 68000 */
44 39
45#ifndef m68000 40#ifndef m68000
diff --git a/src/m/stride.h b/src/m/stride.h
index 5ea57e3ac07..69aba3797b5 100644
--- a/src/m/stride.h
+++ b/src/m/stride.h
@@ -45,11 +45,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
45 45
46#undef WORD_MACHINE 46#undef WORD_MACHINE
47 47
48/* Define how to take a char and sign-extend into an int.
49 On machines where char is signed, this is a no-op. */
50
51#define SIGN_EXTEND_CHAR(c) (c)
52
53/* Now define a symbol for the cpu type, if your compiler 48/* Now define a symbol for the cpu type, if your compiler
54 does not define it automatically: 49 does not define it automatically:
55 vax, m68000, ns16000, pyramid, orion, tahoe, APOLLO and STRIDE 50 vax, m68000, ns16000, pyramid, orion, tahoe, APOLLO and STRIDE
diff --git a/src/m/sun1.h b/src/m/sun1.h
index 4edf292adf3..085834ccb57 100644
--- a/src/m/sun1.h
+++ b/src/m/sun1.h
@@ -51,11 +51,6 @@ NOTE-END */
51 51
52#define BIG_ENDIAN 52#define BIG_ENDIAN
53 53
54/* Define how to take a char and sign-extend into an int.
55 On machines where char is signed, this is a no-op. */
56
57#define SIGN_EXTEND_CHAR(c) (c)
58
59/* Say this machine is a 68000 */ 54/* Say this machine is a 68000 */
60 55
61#define m68000 56#define m68000
diff --git a/src/m/sun2.h b/src/m/sun2.h
index 717e16c27e2..bb3f829fe6e 100644
--- a/src/m/sun2.h
+++ b/src/m/sun2.h
@@ -53,11 +53,6 @@ NOTE-END */
53 53
54#define BIG_ENDIAN 54#define BIG_ENDIAN
55 55
56/* Define how to take a char and sign-extend into an int.
57 On machines where char is signed, this is a no-op. */
58
59#define SIGN_EXTEND_CHAR(c) (c)
60
61/* Say this machine is a 68000 */ 56/* Say this machine is a 68000 */
62 57
63#ifndef m68000 58#ifndef m68000
diff --git a/src/m/tad68k.h b/src/m/tad68k.h
index b88ed6e0e13..73d6aad267b 100644
--- a/src/m/tad68k.h
+++ b/src/m/tad68k.h
@@ -46,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
46 46
47/* #define WORD_MACHINE */ 47/* #define WORD_MACHINE */
48 48
49/* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52#define SIGN_EXTEND_CHAR(c) (c)
53
54/* Now define a symbol for the cpu type, if your compiler 49/* Now define a symbol for the cpu type, if your compiler
55 does not define it automatically */ 50 does not define it automatically */
56 51
diff --git a/src/m/tahoe.h b/src/m/tahoe.h
index 9c994badba2..0bf5f123d9c 100644
--- a/src/m/tahoe.h
+++ b/src/m/tahoe.h
@@ -44,11 +44,6 @@ NOTE-END */
44 44
45#define EXPLICIT_SIGN_EXTEND 45#define EXPLICIT_SIGN_EXTEND
46 46
47/* Define how to take a char and sign-extend into an int.
48 On machines where char is signed, this is a no-op. */
49
50#define SIGN_EXTEND_CHAR(c) (c)
51
52/* Say this machine is a tahoe */ 47/* Say this machine is a tahoe */
53 48
54#ifndef tahoe 49#ifndef tahoe
diff --git a/src/m/targon31.h b/src/m/targon31.h
index 49d4eb65305..3246780c6e8 100644
--- a/src/m/targon31.h
+++ b/src/m/targon31.h
@@ -46,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
46 46
47#define WORD_MACHINE 47#define WORD_MACHINE
48 48
49/* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52#define SIGN_EXTEND_CHAR(c) (c)
53
54/* Now define a symbol for the cpu type, if your compiler 49/* Now define a symbol for the cpu type, if your compiler
55 does not define it automatically: 50 does not define it automatically:
56 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 51 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
diff --git a/src/m/tek4300.h b/src/m/tek4300.h
index 9164701b0e0..14aa45db4af 100644
--- a/src/m/tek4300.h
+++ b/src/m/tek4300.h
@@ -45,11 +45,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
45 45
46#undef WORD_MACHINE 46#undef WORD_MACHINE
47 47
48/* Define how to take a char and sign-extend into an int.
49 On machines where char is signed, this is a no-op. */
50
51#define SIGN_EXTEND_CHAR(c) (c)
52
53/* Now define a symbol for the cpu type, if your compiler 48/* Now define a symbol for the cpu type, if your compiler
54 does not define it automatically. */ 49 does not define it automatically. */
55 50
diff --git a/src/m/template.h b/src/m/template.h
index 0fc3af4318c..b84f4e3a43c 100644
--- a/src/m/template.h
+++ b/src/m/template.h
@@ -46,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
46 46
47#define WORD_MACHINE 47#define WORD_MACHINE
48 48
49/* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52#define SIGN_EXTEND_CHAR(c) (c)
53
54/* Now define a symbol for the cpu type, if your compiler 49/* Now define a symbol for the cpu type, if your compiler
55 does not define it automatically: 50 does not define it automatically:
56 Ones defined so far include vax, m68000, ns16000, pyramid, 51 Ones defined so far include vax, m68000, ns16000, pyramid,
diff --git a/src/m/tower32.h b/src/m/tower32.h
index 8ab0b918607..4a017b328c0 100644
--- a/src/m/tower32.h
+++ b/src/m/tower32.h
@@ -46,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
46 46
47/* #define WORD_MACHINE */ 47/* #define WORD_MACHINE */
48 48
49/* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52#define SIGN_EXTEND_CHAR(c) (c)
53
54/* Now define a symbol for the cpu type, if your compiler 49/* Now define a symbol for the cpu type, if your compiler
55 does not define it automatically: 50 does not define it automatically:
56 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 51 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
diff --git a/src/m/tower32v3.h b/src/m/tower32v3.h
index ca8f2878632..e4885f48948 100644
--- a/src/m/tower32v3.h
+++ b/src/m/tower32v3.h
@@ -47,11 +47,6 @@ and this notice must be preserved on all copies. */
47 47
48/* #define WORD_MACHINE */ 48/* #define WORD_MACHINE */
49 49
50/* Define how to take a char and sign-extend into an int.
51 On machines where char is signed, this is a no-op. */
52
53#define SIGN_EXTEND_CHAR(c) (c)
54
55/* Now define a symbol for the cpu type, if your compiler 50/* Now define a symbol for the cpu type, if your compiler
56 does not define it automatically: 51 does not define it automatically:
57 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 52 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
diff --git a/src/m/ustation.h b/src/m/ustation.h
index a5ecb75fbd1..c8ef493ece6 100644
--- a/src/m/ustation.h
+++ b/src/m/ustation.h
@@ -46,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
46 46
47#undef WORD_MACHINE 47#undef WORD_MACHINE
48 48
49/* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52#define SIGN_EXTEND_CHAR(c) (c)
53
54/* Now define a symbol for the cpu type, if your compiler 49/* Now define a symbol for the cpu type, if your compiler
55 does not define it automatically: 50 does not define it automatically:
56 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 51 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
diff --git a/src/m/vax.h b/src/m/vax.h
index 488f89aa862..31d60600757 100644
--- a/src/m/vax.h
+++ b/src/m/vax.h
@@ -63,11 +63,6 @@ NOTE-END */
63 63
64/* #undef BIG_ENDIAN */ 64/* #undef BIG_ENDIAN */
65 65
66/* Define how to take a char and sign-extend into an int.
67 On machines where char is signed, this is a no-op. */
68
69#define SIGN_EXTEND_CHAR(c) (c)
70
71/* #define vax -- appears to be done automatically */ 66/* #define vax -- appears to be done automatically */
72 67
73/* Use type int rather than a union, to represent Lisp_Object */ 68/* Use type int rather than a union, to represent Lisp_Object */
diff --git a/src/m/wicat.h b/src/m/wicat.h
index 6069714647f..978018fb490 100644
--- a/src/m/wicat.h
+++ b/src/m/wicat.h
@@ -46,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
46 46
47#undef WORD_MACHINE 47#undef WORD_MACHINE
48 48
49/* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52#define SIGN_EXTEND_CHAR(c) (c)
53
54/* Now define a symbol for the cpu type, if your compiler 49/* Now define a symbol for the cpu type, if your compiler
55 does not define it automatically: 50 does not define it automatically:
56 vax, m68000, ns16000 are the ones defined so far. */ 51 vax, m68000, ns16000 are the ones defined so far. */
diff --git a/src/m/xps100.h b/src/m/xps100.h
index 4b6fb543233..d6e8bef7150 100644
--- a/src/m/xps100.h
+++ b/src/m/xps100.h
@@ -48,11 +48,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
48 48
49/* #define WORD_MACHINE */ 49/* #define WORD_MACHINE */
50 50
51/* Define how to take a char and sign-extend into an int.
52 On machines where char is signed, this is a no-op. */
53
54#define SIGN_EXTEND_CHAR(c) (c)
55
56/* Now define a symbol for the cpu type, if your compiler 51/* Now define a symbol for the cpu type, if your compiler
57 does not define it automatically: 52 does not define it automatically:
58 Ones defined so far include vax, m68000, ns16000, pyramid, 53 Ones defined so far include vax, m68000, ns16000, pyramid,