]> code.delx.au - gnu-emacs/commitdiff
(C_DEBUG_SWITCH): Definition turned off.
authorKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:19:24 +0000 (17:19 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:19:24 +0000 (17:19 +0000)
src/s/hpux9shr.h

index c311313149a022fed30d59fb6459a5d3ccf89de3..41ef98741c0e56fb41642553b295019b426a7852 100644 (file)
@@ -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