diff src/m/dual.h @ 750:1ffd52c765c7

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Tue, 07 Jul 1992 19:52:37 +0000
parents c0335c02f1d7
children 7be0f0a02725
line wrap: on
line diff
--- a/src/m/dual.h	Tue Jul 07 19:52:34 1992 +0000
+++ b/src/m/dual.h	Tue Jul 07 19:52:37 1992 +0000
@@ -51,11 +51,6 @@
 
 #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)
-
 /* Use type int rather than a union, to represent Lisp_Object */
 
 #define NO_UNION_TYPE