7 lines
93 B
C
7 lines
93 B
C
|
#ifndef _ALLOCA_H
|
||
|
#define _ALLOCA_H
|
||
|
|
||
|
#define alloca __builtin_alloca
|
||
|
|
||
|
#endif /* _ALLOCA_H */
|