diff options
| author | Richard M. Stallman | 1993-05-29 06:08:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-29 06:08:18 +0000 |
| commit | 2241819fd8b35c0fc009599c48bef9fad8d83b36 (patch) | |
| tree | cebf2756f94761cb3b87929c3ca566b27da4b639 /src | |
| parent | 5a6ef893cc360f7d7a2f0e1d77787980d27f7ff3 (diff) | |
| download | emacs-2241819fd8b35c0fc009599c48bef9fad8d83b36.tar.gz emacs-2241819fd8b35c0fc009599c48bef9fad8d83b36.zip | |
(C_SWITCH_MACHINE): Define only if not __GNUC__.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/ibmrt.h | 2 |
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. */ | |||
| 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. |