1 #if !defined(__ALLOCA_H) 2 #define __ALLOCA_H 3 4 #define alloca(size) __builtin_alloca (size) 5 6 #endif /* !__ALLOCA_H */ 7