diff options
author | Roland McGrath <roland@redhat.com> | 1993-08-16 19:10:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-08-16 19:10:25 +0000 |
commit | aea1502a785fc4cc9cdf96f0733ec107ceae7eee (patch) | |
tree | 9a58266d4597098d07b7e385f86e686faf9fbadc | |
parent | 9dcfb711c1148472a571223c4df9a376d17d968e (diff) | |
download | gunmake-aea1502a785fc4cc9cdf96f0733ec107ceae7eee.tar.gz |
*** empty log message ***
-rw-r--r-- | alloca.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ #endif /* If compiling with GCC 2, this file's not needed. */ -#if defined (__GNUC__) && __GNUC__ >= 2 +#if !defined (__GNUC__) || __GNUC__ < 2 + /* If someone has defined alloca as a macro, there must be some other way alloca is supposed to work. */ #ifndef alloca |