changeset 7769:a8c703d510ba

(C_SWITCH_SYSTEM): Put inside __GNUC__ conditional.
author Richard M. Stallman <rms@gnu.org>
date Thu, 02 Jun 1994 19:12:26 +0000
parents 2032401dcc86
children 41dda174ca7c
files src/s/hpux9.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/hpux9.h	Thu Jun 02 18:15:13 1994 +0000
+++ b/src/s/hpux9.h	Thu Jun 02 19:12:26 1994 +0000
@@ -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