Commit 12e59929 authored by Wayne Davison's avatar Wayne Davison

Allow any gcc to make use of __builtin_alloca for alloca.

parent fc4bb123
......@@ -85,7 +85,7 @@ char *alloca(size_t size);
# endif
# endif
# endif
#elif defined(__GNUC__) && defined(__STRICT_ANSI__)
#elif !defined(alloca)
#define alloca __builtin_alloca
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment