Commit d10d7436 by Richard Stallman

(alloca): Undef before defining.

From-SVN: r3176
parent e986e82a
......@@ -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
......
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