OSDN Git Service

*** empty log message ***
authorroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Aug 1993 07:27:10 +0000 (07:27 +0000)
committerroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Aug 1993 07:27:10 +0000 (07:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5132 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/alloca.c

index 16f19a2..367b7fe 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 */