diff options
| author | Dave Love | 2002-05-16 19:31:12 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-16 19:31:12 +0000 |
| commit | 61b88eb2744a2dc7a2eb8dde618a2dc93e884756 (patch) | |
| tree | 51b0bf5d478c2b16d42c2112d860d28cf74d59e8 | |
| parent | 3a1ef8f50c3e9f634e8f60aa1f15719b00a687d2 (diff) | |
| download | emacs-61b88eb2744a2dc7a2eb8dde618a2dc93e884756.tar.gz emacs-61b88eb2744a2dc7a2eb8dde618a2dc93e884756.zip | |
(C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
| -rw-r--r-- | src/s/osf5-0.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/s/osf5-0.h b/src/s/osf5-0.h index 54cfb16823f..11ad64c0a16 100644 --- a/src/s/osf5-0.h +++ b/src/s/osf5-0.h | |||
| @@ -3,15 +3,11 @@ | |||
| 3 | 3 | ||
| 4 | /* It's enough to define _OSF_SOURCE instead of _BSD. */ | 4 | /* It's enough to define _OSF_SOURCE instead of _BSD. */ |
| 5 | 5 | ||
| 6 | /* -nointrinsics is required to avoid losing with definitions of POSIX | ||
| 7 | stuff in regex.c, for instance, where regex_t isn't consistent | ||
| 8 | with the system defintion. This may be necessary also on OSF 4 | ||
| 9 | systems with dtk 6.4 installed. */ | ||
| 10 | #undef C_SWITCH_SYSTEM | 6 | #undef C_SWITCH_SYSTEM |
| 11 | #ifdef __GNUC__ | 7 | #ifdef __GNUC__ |
| 12 | #define C_SWITCH_SYSTEM -D_OSF_SOURCE | 8 | #define C_SWITCH_SYSTEM -D_OSF_SOURCE |
| 13 | #else | 9 | #else |
| 14 | #define C_SWITCH_SYSTEM -D_OSF_SOURCE -nointrinsics | 10 | #define C_SWITCH_SYSTEM -D_OSF_SOURCE |
| 15 | #endif | 11 | #endif |
| 16 | 12 | ||
| 17 | #define WAIT_USE_INT | 13 | #define WAIT_USE_INT |