Mercurial > emacs
changeset 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 | 48d20a0b229a |
children | 0687b13fc461 |
files | src/m/ibmrt.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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.