blob: ca5a84cff4fc8e5aaaa66edce6f5ecec9581489d [file] [log] [blame]
#if __has_include (<alloca.h>)
# include <alloca.h>
#endif
#ifndef alloca
/* Simulate a definition in a system header. */
# pragma GCC system_header
# define alloca(n) __builtin_alloca (n)
#endif