changeset 10209:6a4d66df8a31

(C_DEBUG_SWITCH): Define this only if __GNUC__.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 Dec 1994 22:28:02 +0000
parents 9e8f603bcff4
children 43e95429ffa0
files src/s/dgux.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/dgux.h	Wed Dec 21 22:27:25 1994 +0000
+++ b/src/s/dgux.h	Wed Dec 21 22:28:02 1994 +0000
@@ -351,7 +351,9 @@
   if (ioctl (xforkin, I_PUSH, "ttcompat") == -1) \
     fatal ("ioctl I_PUSH ttcompat", errno);
 
+#ifdef __GNUC__
 #define C_DEBUG_SWITCH -g -V2 -mversion-03.00 -mstandard
+#endif
 
 #endif /* ELF */