changeset 15646:6f12a8d1dad6

[__GNUC__] (C_DEBUG_SWITCH): New definition.
author Karl Heuer <kwzh@gnu.org>
date Fri, 12 Jul 1996 00:05:23 +0000
parents 7b2621dc4bea
children f898a38206ab
files src/s/irix5-0.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/irix5-0.h	Thu Jul 11 23:59:24 1996 +0000
+++ b/src/s/irix5-0.h	Fri Jul 12 00:05:23 1996 +0000
@@ -113,3 +113,9 @@
 #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