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/celerity.h | |
parent | ab5493613bd747ffbf291215e300585ae9717cb5 (diff) | |
download | emacs-b099125bd0cb0f5bb331cef6f9b812b0f9f4873d.tar.gz |
entered into RCS
Diffstat (limited to 'src/m/celerity.h')
-rw-r--r-- | src/m/celerity.h | 5 |
1 files changed, 0 insertions, 5 deletions
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. */ #define EXPLICIT_SIGN_EXTEND -/* 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) - /* celerity preprocessor defines "accel", however the following is clearer */ #define celerity |