blob: ce617feda38140fe2a2fa5104df8f022f85411ea [file] [log] [blame]
#if !defined(__ALLOCA_H)
#define __ALLOCA_H
#define alloca(size) __builtin_alloca (size)
#endif /* !__ALLOCA_H */