aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-02-16 04:14:10 +0000
committerJim Blandy1992-02-16 04:14:10 +0000
commiteb0b3cf14a8cff2bf43621e65b7391a20ad558ec (patch)
tree44fd925e11f68ef9d0b977667514f8cb51bc0268 /src
parent36a8c287a8731587bec4810565df541176b86ce5 (diff)
downloademacs-eb0b3cf14a8cff2bf43621e65b7391a20ad558ec.tar.gz
emacs-eb0b3cf14a8cff2bf43621e65b7391a20ad558ec.zip
*** empty log message ***
Diffstat (limited to 'src')
-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 */
179#define HAVE_ALLOCA 179#define HAVE_ALLOCA
180#endif 180#endif
181 181
182#ifdef USG
183#ifdef __STDC__
184#ifndef DONT_DEFINE_SIGNAL
185/* Cast the function argument to avoid warnings. */
186#define signal(sig, func) (signal (sig, (void (*) (int)) (func)))
187#endif
188#endif
189#endif
190
191#ifdef USG5_4 182#ifdef USG5_4
192#define DATA_SEG_BITS 0x08000000 183#define DATA_SEG_BITS 0x08000000
193#endif 184#endif