From: Karl Heuer Date: Thu, 21 Dec 1995 17:19:24 +0000 (+0000) Subject: (C_DEBUG_SWITCH): Definition turned off. X-Git-Tag: emacs-19.34~2074 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e182e80bf157b6fc130c8c4fdca6aac93195de9;p=emacs.git (C_DEBUG_SWITCH): Definition turned off. --- diff --git a/src/s/hpux9shr.h b/src/s/hpux9shr.h index c311313149a..41ef98741c0 100644 --- a/src/s/hpux9shr.h +++ b/src/s/hpux9shr.h @@ -4,8 +4,10 @@ #include "hpux9.h" +#if 0 /* No longer needed, since in current GCC -g no longer does that. */ /* We must turn off -g since it forces -static. */ #ifdef __GNUC__ #undef C_DEBUG_SWITCH #define C_DEBUG_SWITCH #endif +#endif