aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-25 19:07:17 +0000
committerRichard M. Stallman1994-06-25 19:07:17 +0000
commit50ca2717e6b98590b90d72cf757e4dc1ee7b696d (patch)
treec7754fc2b744a3776b198404d2b259f3065f3041 /src
parent3aef9604ce850fbbe44374835ebb4ad05b52a780 (diff)
downloademacs-50ca2717e6b98590b90d72cf757e4dc1ee7b696d.tar.gz
emacs-50ca2717e6b98590b90d72cf757e4dc1ee7b696d.zip
(C_SWITCH_SYSTEM): Add -D_BSD.
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux9.h2
1 files changed, 1 insertions, 1 deletions
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 @@
15 15
16#ifndef __GNUC__ 16#ifndef __GNUC__
17/* Make room for enough symbols, so dispnew.c does not fail. */ 17/* Make room for enough symbols, so dispnew.c does not fail. */
18#define C_SWITCH_SYSTEM -Wp,-H200000 18#define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD
19#endif 19#endif