aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/clipper.h
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-07-07 19:52:37 +0000
committerJim Blandy <[email protected]>1992-07-07 19:52:37 +0000
commitedbe355be20d0cc8127a9393ec6f4a1e55e9ed14 (patch)
tree83b35f043e7ea2602b5f53bf48eb04b50891d06d /src/m/clipper.h
parentdc5a70f1f434dec9dad1fead86c3248d874838d0 (diff)
entered into RCS
Diffstat (limited to 'src/m/clipper.h')
-rw-r--r--src/m/clipper.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/m/clipper.h b/src/m/clipper.h
index 6614f52890..86d3e8709e 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. */
/* #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) ((((int) (c)) << 24) >> 24)
-/* #define SIGN_EXTEND_CHAR(c) (c) */
-
/* Now define a symbol for the cpu type, if your compiler
does not define it automatically */