(alloca): Undef before defining.

From-SVN: r3176
This commit is contained in:
Richard Stallman 1993-01-09 21:50:05 +00:00
parent e986e82af8
commit d10d74360e
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* If compiled with GNU C, use the built-in alloca */
#ifdef __GNUC__
#undef alloca
#define alloca __builtin_alloca
#endif