changeset 8058:671738c86a82

(C_SWITCH_SYSTEM): Add -D_BSD.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Jun 1994 19:07:17 +0000
parents 11a0c2f22d7e
children 59baddaf62a0
files src/s/hpux9.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/hpux9.h	Sat Jun 25 18:58:42 1994 +0000
+++ b/src/s/hpux9.h	Sat Jun 25 19:07:17 1994 +0000
@@ -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