diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/intel386.h | 9 |
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 |