# HG changeset patch # User Richard M. Stallman # Date 770584346 0 # Node ID a8c703d510ba053712f6042a2d36aa04e97e1741 # Parent 2032401dcc86e8a14fe1058855addb9390ae058a (C_SWITCH_SYSTEM): Put inside __GNUC__ conditional. diff -r 2032401dcc86 -r a8c703d510ba src/s/hpux9.h --- 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