comparison src/m/intel386.h @ 551:36827ee0a6df

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sun, 16 Feb 1992 04:14:10 +0000
parents 44213fc1fbb6
children 1ffd52c765c7
comparison
equal deleted inserted replaced
550:3072b38789a7 551:36827ee0a6df
177 #if defined(__GNUC__) && !defined(alloca) 177 #if defined(__GNUC__) && !defined(alloca)
178 #define alloca(n) __builtin_alloca(n) 178 #define alloca(n) __builtin_alloca(n)
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