diff options
author | Jim Blandy <jimb@redhat.com> | 1992-07-07 19:52:37 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-07-07 19:52:37 +0000 |
commit | b099125bd0cb0f5bb331cef6f9b812b0f9f4873d (patch) | |
tree | 0088029da5403051a35cc577b87b8a3485e1079e /src/m/ns16000.h | |
parent | ab5493613bd747ffbf291215e300585ae9717cb5 (diff) | |
download | emacs-b099125bd0cb0f5bb331cef6f9b812b0f9f4873d.tar.gz |
entered into RCS
Diffstat (limited to 'src/m/ns16000.h')
-rw-r--r-- | src/m/ns16000.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 */ /* #define BIG_ENDIAN */ /* So don't define this. */ -/* 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) (c) - /* Say this machine is a 16000 */ #define ns16000 1 |