]> git.eshelyaron.com Git - emacs.git/commitdiff
(C_SWITCH_SYSTEM): Add -D_BSD.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Jun 1994 19:07:17 +0000 (19:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Jun 1994 19:07:17 +0000 (19:07 +0000)
src/s/hpux9.h

index efb50df53997ece8a77b531ef76a00a219c4baa9..68b18129a4d20ac9648b68824c47a169a4717d75 100644 (file)
@@ -15,5 +15,5 @@
 
 #ifndef __GNUC__
 /* Make room for enough symbols, so dispnew.c does not fail.  */
-#define C_SWITCH_SYSTEM -Wp,-H200000
+#define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD
 #endif