aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-15 18:19:56 +0000
committerRichard M. Stallman1994-06-15 18:19:56 +0000
commitb08c9c8bc78ff17589724305874b6ecb5c578d06 (patch)
tree64ac9c441905178a7e30642491428437230db7e9 /src
parentaba55e8dde6fcc104afe3c69ea48ac76b55e885f (diff)
downloademacs-b08c9c8bc78ff17589724305874b6ecb5c578d06.tar.gz
emacs-b08c9c8bc78ff17589724305874b6ecb5c578d06.zip
(C_DEBUG_SWITCH): Define as empty.
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux9shr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/hpux9shr.h b/src/s/hpux9shr.h
index 9fda4ca5e6b..c311313149a 100644
--- a/src/s/hpux9shr.h
+++ b/src/s/hpux9shr.h
@@ -3,3 +3,9 @@
3#define RUN_TIME_REMAP 3#define RUN_TIME_REMAP
4 4
5#include "hpux9.h" 5#include "hpux9.h"
6
7/* We must turn off -g since it forces -static. */
8#ifdef __GNUC__
9#undef C_DEBUG_SWITCH
10#define C_DEBUG_SWITCH
11#endif