(USE_C_ALLOCA): Define if not __GNUC__.

From-SVN: r3724
This commit is contained in:
Richard Stallman 1993-03-12 23:43:25 +00:00
parent cd84780b24
commit 446ac30fc7
1 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,7 @@
#define index strchr
#define NO_SYS_SIGLIST
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif