diff src/m/ibmrt.h @ 3244:dc032025eb62

(C_SWITCH_MACHINE): Define only if not __GNUC__.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 May 1993 06:08:18 +0000
parents 1ffd52c765c7
children 8accc5c6f29f
line wrap: on
line diff
--- a/src/m/ibmrt.h	Sat May 29 05:59:09 1993 +0000
+++ b/src/m/ibmrt.h	Sat May 29 06:08:18 1993 +0000
@@ -125,7 +125,9 @@
 
 /* Special switches to give the C compiler.  */
 
+#ifndef __GNUC__
 #define C_SWITCH_MACHINE -Dalloca=_Alloca
+#endif
 
 /* Don't attempt to relabel some of the data as text when dumping.
    It does not work because their virtual addresses are not consecutive.