]> git.ipfire.org Git - thirdparty/make.git/commitdiff
*** empty log message ***
authorRoland McGrath <roland@redhat.com>
Mon, 16 Aug 1993 19:10:25 +0000 (19:10 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 16 Aug 1993 19:10:25 +0000 (19:10 +0000)
alloca.c

index 367b7fe0377ef39b6ebc49774a3680e8404cd52f..cab9645b7e183ae2f31330ae6df0bbbc7a2ed18a 100644 (file)
--- a/alloca.c
+++ b/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