diff options
author | Jim Blandy <jimb@redhat.com> | 1992-07-07 19:52:34 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-07-07 19:52:34 +0000 |
commit | dc5a70f1f434dec9dad1fead86c3248d874838d0 (patch) | |
tree | a2204ccec48090f5918f6d0a19f309d64689ee29 /src/m/ibmps2-aix.h | |
parent | cf91c6c8100df1169a6d6f88df5993848e015ce5 (diff) | |
download | emacs-dc5a70f1f434dec9dad1fead86c3248d874838d0.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/m/ibmps2-aix.h')
-rw-r--r-- | src/m/ibmps2-aix.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 */ /* #define WORD_MACHINE */ -/* Define how to take a char and sign-extend into an int. - On machines where char is signed, this is a no-op. */ - -#define SIGN_EXTEND_CHAR(c) ((signed char) (c)) - /* Now define a symbol for the cpu type, if your compiler does not define it automatically: Ones defined so far include vax, m68000, ns16000, pyramid, |