diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/isc3-0.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index f79a6b1bcfe..cb75a8fb19a 100644 --- a/src/s/isc3-0.h +++ b/src/s/isc3-0.h | |||
| @@ -11,3 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | /* mt00@etherm.co.uk says this is needed for process.c. */ | 12 | /* mt00@etherm.co.uk says this is needed for process.c. */ |
| 13 | #define HAVE_TIMEVAL | 13 | #define HAVE_TIMEVAL |
| 14 | |||
| 15 | /* People say that using -traditional causes lossage with `const', | ||
| 16 | so we might as well try getting rid of -traditional. */ | ||
| 17 | #undef C_SWITCH_SYSTEM | ||