aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman1994-12-21 22:28:02 +0000
committerRichard M. Stallman1994-12-21 22:28:02 +0000
commit4ed715c128dced9eede0482852e5125287bb5f70 (patch)
tree1c76813605ea2c03551d659012599faa417720b6 /src/s
parent21015f9c301cf5f21ac7ad397566364ef5081ea0 (diff)
downloademacs-4ed715c128dced9eede0482852e5125287bb5f70.tar.gz
emacs-4ed715c128dced9eede0482852e5125287bb5f70.zip
(C_DEBUG_SWITCH): Define this only if __GNUC__.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/dgux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h
index e93ce484cb9..665b1071b71 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -351,7 +351,9 @@ CC=gcc
351 if (ioctl (xforkin, I_PUSH, "ttcompat") == -1) \ 351 if (ioctl (xforkin, I_PUSH, "ttcompat") == -1) \
352 fatal ("ioctl I_PUSH ttcompat", errno); 352 fatal ("ioctl I_PUSH ttcompat", errno);
353 353
354#ifdef __GNUC__
354#define C_DEBUG_SWITCH -g -V2 -mversion-03.00 -mstandard 355#define C_DEBUG_SWITCH -g -V2 -mversion-03.00 -mstandard
356#endif
355 357
356#endif /* ELF */ 358#endif /* ELF */
357 359