diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-12 23:43:25 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-12 23:43:25 +0000 |
commit | 028b6f1f99fad25fc80d58c4bdb8a972803bfac8 (patch) | |
tree | ec795b3fe227cfae3a3afe9142440ba58dc0fc20 /gcc/config/m68k/xm-mot3300.h | |
parent | 694c0762208b4a911bb9e07d1db46a5583483d4e (diff) | |
download | gcc-028b6f1f99fad25fc80d58c4bdb8a972803bfac8.tar.gz |
(USE_C_ALLOCA): Define if not __GNUC__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3724 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/xm-mot3300.h')
-rw-r--r-- | gcc/config/m68k/xm-mot3300.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/m68k/xm-mot3300.h b/gcc/config/m68k/xm-mot3300.h index 5efeacb94c8..62b5c682d2c 100644 --- a/gcc/config/m68k/xm-mot3300.h +++ b/gcc/config/m68k/xm-mot3300.h @@ -10,3 +10,7 @@ #define index strchr #define NO_SYS_SIGLIST + +#ifndef __GNUC__ +#define USE_C_ALLOCA +#endif |