diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-02 19:12:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-02 19:12:26 +0000 |
commit | ed8f1660175c57882d4369c01a5d4ae39a8b1a4d (patch) | |
tree | 29060b7decc977bba4a5ce0c0948becefa78617d /src/s/hpux9.h | |
parent | c021b7a5dcbe0523e47777f754386d033da713a5 (diff) | |
download | emacs-ed8f1660175c57882d4369c01a5d4ae39a8b1a4d.tar.gz |
(C_SWITCH_SYSTEM): Put inside __GNUC__ conditional.
Diffstat (limited to 'src/s/hpux9.h')
-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 @@ #undef REL_ALLOC #endif +#ifndef __GNUC__ /* Make room for enough symbols, so dispnew.c does not fail. */ #define C_SWITCH_SYSTEM -Wp,-H200000 +#endif |