diff options
| author | Richard M. Stallman | 1994-05-27 22:51:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-27 22:51:36 +0000 |
| commit | ad8b94002ab9f61561b15ccace07f30551c776d6 (patch) | |
| tree | c8a53116798081254f51e4081b13a68cfdaf4c05 /src | |
| parent | 05f6617dbfc16e652ee393ecbd61dcf43310d68c (diff) | |
| download | emacs-ad8b94002ab9f61561b15ccace07f30551c776d6.tar.gz emacs-ad8b94002ab9f61561b15ccace07f30551c776d6.zip | |
(C_SWITCH_SYSTEM): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux9.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 7b4e9f26fab..2dcfc12771b 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -12,3 +12,6 @@ | |||
| 12 | #undef GNU_MALLOC | 12 | #undef GNU_MALLOC |
| 13 | #undef REL_ALLOC | 13 | #undef REL_ALLOC |
| 14 | #endif | 14 | #endif |
| 15 | |||
| 16 | /* Make room for enough symbols, so dispnew.c does not fail. */ | ||
| 17 | #define C_SWITCH_SYSTEM -Wp,-H200000 | ||