git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1776
270642c3-0616-0410-b53a-bc976706d245
# alloca
ret = context.TryCompile("#include <alloca.h>\n"
- "void test(int a){void *b(alloca(a));}"
+ "void test(int a){void *b(alloca(a));}",
".cc")
if ret: return "alloca"