From: Richard M. Stallman Date: Thu, 2 Jun 1994 19:12:26 +0000 (+0000) Subject: (C_SWITCH_SYSTEM): Put inside __GNUC__ conditional. X-Git-Tag: emacs-19.34~8084 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed8f1660175c57882d4369c01a5d4ae39a8b1a4d;p=emacs.git (C_SWITCH_SYSTEM): Put inside __GNUC__ conditional. --- 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