From: Richard M. Stallman Date: Sat, 25 Jun 1994 19:07:17 +0000 (+0000) Subject: (C_SWITCH_SYSTEM): Add -D_BSD. X-Git-Tag: emacs-19.34~7795 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50ca2717e6b98590b90d72cf757e4dc1ee7b696d;p=emacs.git (C_SWITCH_SYSTEM): Add -D_BSD. --- diff --git a/src/s/hpux9.h b/src/s/hpux9.h index efb50df5399..68b18129a4d 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -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