From: Karl Heuer Date: Fri, 12 Jul 1996 00:05:23 +0000 (+0000) Subject: [__GNUC__] (C_DEBUG_SWITCH): New definition. X-Git-Tag: emacs-19.34~216 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87850793c3c5351531e26a2f47797ddef82eb722;p=emacs.git [__GNUC__] (C_DEBUG_SWITCH): New definition. --- diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index 434136ba9ce..391ef31c60d 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h @@ -113,3 +113,9 @@ char *_getpty(); #ifndef __GNUC__ #define C_SWITCH_SYSTEM -cckr #endif + +/* -g does not work on Irix, and since gcc warns if you use it, + turn off the warning. */ +#ifdef __GNUC__ +#define C_DEBUG_SWITCH +#endif