protot/3rdparty/bx/include/compat/freebsd/alloca.h

6 lines
83 B
C
Raw Normal View History

2016-08-29 22:31:11 +02:00
#if defined(__GLIBC__)
# include_next <alloca.h>
#else
# include <stdlib.h>
#endif