comparison 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
comparison
equal deleted inserted replaced
3243:48d20a0b229a 3244:dc032025eb62
123 123
124 #define BSTRING 124 #define BSTRING
125 125
126 /* Special switches to give the C compiler. */ 126 /* Special switches to give the C compiler. */
127 127
128 #ifndef __GNUC__
128 #define C_SWITCH_MACHINE -Dalloca=_Alloca 129 #define C_SWITCH_MACHINE -Dalloca=_Alloca
130 #endif
129 131
130 /* Don't attempt to relabel some of the data as text when dumping. 132 /* Don't attempt to relabel some of the data as text when dumping.
131 It does not work because their virtual addresses are not consecutive. 133 It does not work because their virtual addresses are not consecutive.
132 This enables us to use the standard crt0.o. */ 134 This enables us to use the standard crt0.o. */
133 135