summaryrefslogtreecommitdiff
path: root/src/m/ibmrt.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-29 06:08:18 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-29 06:08:18 +0000
commit2241819fd8b35c0fc009599c48bef9fad8d83b36 (patch)
treecebf2756f94761cb3b87929c3ca566b27da4b639 /src/m/ibmrt.h
parent5a6ef893cc360f7d7a2f0e1d77787980d27f7ff3 (diff)
downloademacs-2241819fd8b35c0fc009599c48bef9fad8d83b36.tar.gz
(C_SWITCH_MACHINE): Define only if not __GNUC__.
Diffstat (limited to 'src/m/ibmrt.h')
-rw-r--r--src/m/ibmrt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/ibmrt.h b/src/m/ibmrt.h
index c92df7e92f6..e0830f995b0 100644
--- a/src/m/ibmrt.h
+++ b/src/m/ibmrt.h
@@ -125,7 +125,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 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.