diff options
| author | Jim Blandy | 1992-07-07 19:52:34 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-07-07 19:52:34 +0000 |
| commit | dc5a70f1f434dec9dad1fead86c3248d874838d0 (patch) | |
| tree | a2204ccec48090f5918f6d0a19f309d64689ee29 /src/m | |
| parent | cf91c6c8100df1169a6d6f88df5993848e015ce5 (diff) | |
| download | emacs-dc5a70f1f434dec9dad1fead86c3248d874838d0.tar.gz emacs-dc5a70f1f434dec9dad1fead86c3248d874838d0.zip | |
*** empty log message ***
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/hp9000s300.h | 5 | ||||
| -rw-r--r-- | src/m/ibmps2-aix.h | 5 | ||||
| -rw-r--r-- | src/m/mips.h | 5 | ||||
| -rw-r--r-- | src/m/sparc.h | 5 |
4 files changed, 0 insertions, 20 deletions
diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h index 1e6c232096f..233f6f7b207 100644 --- a/src/m/hp9000s300.h +++ b/src/m/hp9000s300.h | |||
| @@ -68,11 +68,6 @@ NOTE-END */ | |||
| 68 | 68 | ||
| 69 | /* #define WORD_MACHINE */ | 69 | /* #define WORD_MACHINE */ |
| 70 | 70 | ||
| 71 | /* Define how to take a char and sign-extend into an int. | ||
| 72 | On machines where char is signed, this is a no-op. */ | ||
| 73 | |||
| 74 | #define SIGN_EXTEND_CHAR(c) (c) | ||
| 75 | |||
| 76 | /* Now define a symbol for the cpu type, if your compiler | 71 | /* Now define a symbol for the cpu type, if your compiler |
| 77 | does not define it automatically. */ | 72 | does not define it automatically. */ |
| 78 | 73 | ||
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h index 1503d3e3c93..02deefe97de 100644 --- a/src/m/ibmps2-aix.h +++ b/src/m/ibmps2-aix.h | |||
| @@ -51,11 +51,6 @@ NOTE-END */ | |||
| 51 | 51 | ||
| 52 | /* #define WORD_MACHINE */ | 52 | /* #define WORD_MACHINE */ |
| 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) ((signed char) (c)) | ||
| 58 | |||
| 59 | /* Now define a symbol for the cpu type, if your compiler | 54 | /* Now define a symbol for the cpu type, if your compiler |
| 60 | does not define it automatically: | 55 | does not define it automatically: |
| 61 | Ones defined so far include vax, m68000, ns16000, pyramid, | 56 | Ones defined so far include vax, m68000, ns16000, pyramid, |
diff --git a/src/m/mips.h b/src/m/mips.h index d797540c4ca..e41f11f8fe7 100644 --- a/src/m/mips.h +++ b/src/m/mips.h | |||
| @@ -51,11 +51,6 @@ NOTE-END */ | |||
| 51 | 51 | ||
| 52 | #undef WORD_MACHINE | 52 | #undef WORD_MACHINE |
| 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) ((signed char)(c)) | ||
| 58 | |||
| 59 | /* Now define a symbol for the cpu type, if your compiler | 54 | /* Now define a symbol for the cpu type, if your compiler |
| 60 | does not define it automatically: | 55 | does not define it automatically: |
| 61 | Ones defined so far include vax, m68000, ns16000, pyramid, | 56 | Ones defined so far include vax, m68000, ns16000, pyramid, |
diff --git a/src/m/sparc.h b/src/m/sparc.h index b06fa35522c..f1634032992 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h | |||
| @@ -44,11 +44,6 @@ NOTE-END */ | |||
| 44 | 44 | ||
| 45 | #define NO_ARG_ARRAY | 45 | #define NO_ARG_ARRAY |
| 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 sparc */ | 47 | /* Say this machine is a sparc */ |
| 53 | 48 | ||
| 54 | #ifndef sparc | 49 | #ifndef sparc |