mirror of
https://github.com/mirror/make.git
synced 2026-08-08 09:01:05 +00:00
*** empty log message ***
This commit is contained in:
3
alloca.c
3
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
|
||||
|
||||
Reference in New Issue
Block a user