diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux9.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 2dcfc12771b..efb50df5399 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -13,5 +13,7 @@ | |||
| 13 | #undef REL_ALLOC | 13 | #undef REL_ALLOC |
| 14 | #endif | 14 | #endif |
| 15 | 15 | ||
| 16 | #ifndef __GNUC__ | ||
| 16 | /* Make room for enough symbols, so dispnew.c does not fail. */ | 17 | /* Make room for enough symbols, so dispnew.c does not fail. */ |
| 17 | #define C_SWITCH_SYSTEM -Wp,-H200000 | 18 | #define C_SWITCH_SYSTEM -Wp,-H200000 |
| 19 | #endif | ||