aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/sparc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/sparc.h')
-rw-r--r--src/m/sparc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h
index b06fa35522..f163403299 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -44,11 +44,6 @@ NOTE-END */
#define NO_ARG_ARRAY
-/* 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 sparc */
#ifndef sparc