]> git.eshelyaron.com Git - emacs.git/commitdiff
[__GNUC__] (C_DEBUG_SWITCH): New definition.
authorKarl Heuer <kwzh@gnu.org>
Fri, 12 Jul 1996 00:05:23 +0000 (00:05 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 12 Jul 1996 00:05:23 +0000 (00:05 +0000)
src/s/irix5-0.h

index 434136ba9ceb8830e60bdb12f2fd50375674b608..391ef31c60d404d1905c3a8efb5c501d617154e2 100644 (file)
@@ -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