aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gcc.gnu.org>1993-08-16 19:10:25 +0000
committerRoland McGrath <roland@gcc.gnu.org>1993-08-16 19:10:25 +0000
commit9c5501daf4ad0db95517edac57adf12292634cd8 (patch)
tree507ad627bdf2809b0fbefc3576aa8087e5c68c6c /gcc
parente28f57321d8eca9a0ae6c83ddb6949ce6950c8b8 (diff)
downloadgcc-9c5501daf4ad0db95517edac57adf12292634cd8.zip
gcc-9c5501daf4ad0db95517edac57adf12292634cd8.tar.gz
gcc-9c5501daf4ad0db95517edac57adf12292634cd8.tar.bz2
*** empty log message ***
From-SVN: r5164
Diffstat (limited to 'gcc')
-rw-r--r--gcc/alloca.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/alloca.c b/gcc/alloca.c
index 367b7fe..cab9645 100644
--- a/gcc/alloca.c
+++ b/gcc/alloca.c
@@ -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