1
0
mirror of https://github.com/mirror/make.git synced 2025-04-08 18:41:28 +08:00

*** empty log message ***

This commit is contained in:
Roland McGrath 1993-08-16 19:10:25 +00:00
parent 9dcfb711c1
commit aea1502a78

View File

@ -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