Commit f3b38b4d by James Van Artsdalen

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

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