# HG changeset patch # User Richard M. Stallman # Date 738655698 0 # Node ID dc032025eb621d566a12af9b35e4e40aa5f3eb9d # Parent 48d20a0b229ac58306a19f9a2e1e0930a9a7ce4e (C_SWITCH_MACHINE): Define only if not __GNUC__. diff -r 48d20a0b229a -r dc032025eb62 src/m/ibmrt.h --- 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.