]> git.eshelyaron.com Git - emacs.git/commitdiff
(C_SWITCH_SYSTEM): Put inside __GNUC__ conditional.
authorRichard M. Stallman <rms@gnu.org>
Thu, 2 Jun 1994 19:12:26 +0000 (19:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 2 Jun 1994 19:12:26 +0000 (19:12 +0000)
src/s/hpux9.h

index 2dcfc12771b170a1941289242983c14051589305..efb50df53997ece8a77b531ef76a00a219c4baa9 100644 (file)
@@ -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