Commit f3b38b4d by James Van Artsdalen

(alloca): Delete - already defined in xm-i386.h.

From-SVN: r3188
parent 9c530261
...@@ -3,10 +3,7 @@ ...@@ -3,10 +3,7 @@
#include "i386/xm-i386.h" #include "i386/xm-i386.h"
#include "xm-svr4.h" #include "xm-svr4.h"
/* If compiled with GNU C, use the built-in alloca. */ /* If not compiled with GNU C, use the portable alloca. */
#undef alloca #ifndef __GNUC__
#ifdef __GNUC__
#define alloca __builtin_alloca
#else
#define USE_C_ALLOCA #define USE_C_ALLOCA
#endif #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