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

From-SVN: r3188
This commit is contained in:
James Van Artsdalen 1993-01-11 02:42:40 +00:00
parent 9c530261cb
commit f3b38b4d36
1 changed files with 2 additions and 5 deletions

View File

@ -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