mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-11 15:32:52 +02:00
(alloca): Define to __builtin_alloca if __GNUC__,
to avoid a warning if -Wall.
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#ifndef __GNUC__
|
||||
#if __GNUC__
|
||||
# define alloca __builtin_alloca
|
||||
#else
|
||||
# ifdef HAVE_ALLOCA_H
|
||||
# include <alloca.h>
|
||||
# else
|
||||
|
||||
Reference in New Issue
Block a user