From 87850793c3c5351531e26a2f47797ddef82eb722 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 12 Jul 1996 00:05:23 +0000 Subject: [PATCH] [__GNUC__] (C_DEBUG_SWITCH): New definition. --- src/s/irix5-0.h | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2