diff options
| author | Richard M. Stallman | 1993-06-01 19:57:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-01 19:57:02 +0000 |
| commit | a2d80780f0fa76cd00e3460f52add154efc2bfa5 (patch) | |
| tree | 615ce3e12a0d14956f58603bb3ae51d73407b123 | |
| parent | b3d7fa6aabc00d9c2dc140543f8e3dcca638fee4 (diff) | |
| download | emacs-a2d80780f0fa76cd00e3460f52add154efc2bfa5.tar.gz emacs-a2d80780f0fa76cd00e3460f52add154efc2bfa5.zip | |
#undef C_SWITCH_SYSTEM.
| -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 | ||