From ed8f1660175c57882d4369c01a5d4ae39a8b1a4d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 2 Jun 1994 19:12:26 +0000 Subject: (C_SWITCH_SYSTEM): Put inside __GNUC__ conditional. --- src/s/hpux9.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/s') 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 -- cgit v1.2.1