6 lines
76 B
C
6 lines
76 B
C
#ifndef _ALLOCA_H
|
|
#define _ALLOCA_H
|
|
|
|
#define alloca __builtin_alloca
|
|
|
|
#endif |