mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-29 00:05:58 +00:00
*** empty log message ***
This commit is contained in:
parent
3cc0c7306a
commit
869ec1b877
1 changed files with 5 additions and 1 deletions
6
alloca.c
6
alloca.c
|
@ -25,7 +25,10 @@
|
|||
#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 */
|
||||
|
|
Loading…
Reference in a new issue