summaryrefslogtreecommitdiff
path: root/src/m/intel386.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-02-16 04:14:10 +0000
committerJim Blandy <jimb@redhat.com>1992-02-16 04:14:10 +0000
commiteb0b3cf14a8cff2bf43621e65b7391a20ad558ec (patch)
tree44fd925e11f68ef9d0b977667514f8cb51bc0268 /src/m/intel386.h
parent36a8c287a8731587bec4810565df541176b86ce5 (diff)
downloademacs-eb0b3cf14a8cff2bf43621e65b7391a20ad558ec.tar.gz
*** empty log message ***
Diffstat (limited to 'src/m/intel386.h')
-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 7a744797433..da5ae36ca32 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