Mercurial > emacs
changeset 13786:6e415bb093fe
(C_DEBUG_SWITCH): Definition turned off.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 21 Dec 1995 17:19:24 +0000 |
parents | 67493ecbff07 |
children | 434b944a78c9 |
files | src/s/hpux9shr.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux9shr.h Thu Dec 21 17:19:05 1995 +0000 +++ b/src/s/hpux9shr.h Thu Dec 21 17:19:24 1995 +0000 @@ -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