comparison src/s/irix5-0.h @ 15646:6f12a8d1dad6

[__GNUC__] (C_DEBUG_SWITCH): New definition.
author Karl Heuer <kwzh@gnu.org>
date Fri, 12 Jul 1996 00:05:23 +0000
parents c653ea0f4abe
children d149a26c9109
comparison
equal deleted inserted replaced
15645:7b2621dc4bea 15646:6f12a8d1dad6
111 111
112 /* use K&R C */ 112 /* use K&R C */
113 #ifndef __GNUC__ 113 #ifndef __GNUC__
114 #define C_SWITCH_SYSTEM -cckr 114 #define C_SWITCH_SYSTEM -cckr
115 #endif 115 #endif
116
117 /* -g does not work on Irix, and since gcc warns if you use it,
118 turn off the warning. */
119 #ifdef __GNUC__
120 #define C_DEBUG_SWITCH
121 #endif