]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRoland McGrath <roland@gnu.org>
Wed, 11 Aug 1993 07:27:10 +0000 (07:27 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 11 Aug 1993 07:27:10 +0000 (07:27 +0000)
src/alloca.c

index 16f19a27672dca5f35775d32a8780d6b822c63dd..367b7fe0377ef39b6ebc49774a3680e8404cd52f 100644 (file)
 #include "config.h"
 #endif
 
-/* If compiling with GCC, this file's not needed.  */
+/* If compiling with GCC 2, this file's not needed.  */
+#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
 
 #ifdef emacs
@@ -473,3 +476,4 @@ i00afunc (long address)
 #endif /* CRAY */
 
 #endif /* no alloca */
+#endif /* not GCC version 2 */