aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-02-16 04:14:10 +0000
committerJim Blandy <[email protected]>1992-02-16 04:14:10 +0000
commiteb0b3cf14a8cff2bf43621e65b7391a20ad558ec (patch)
tree44fd925e11f68ef9d0b977667514f8cb51bc0268 /src/m
parent36a8c287a8731587bec4810565df541176b86ce5 (diff)
*** empty log message ***
Diffstat (limited to 'src/m')
-rw-r--r--src/m/intel386.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 7a74479743..da5ae36ca3 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -179,15 +179,6 @@ NOTE-END */
#define HAVE_ALLOCA
#endif
-#ifdef USG
-#ifdef __STDC__
-#ifndef DONT_DEFINE_SIGNAL
-/* Cast the function argument to avoid warnings. */
-#define signal(sig, func) (signal (sig, (void (*) (int)) (func)))
-#endif
-#endif
-#endif
-
#ifdef USG5_4
#define DATA_SEG_BITS 0x08000000
#endif