Commit 57f2483b by Richard Kenner

Don't include alloca.h for winnt.

From-SVN: r9833
parent ef76d747
......@@ -41,7 +41,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define FATAL_EXIT_CODE 33
/* If not compiled with GNU C, use the builtin alloca. */
#ifndef __GNUC__
#if !defined(__GNUC__) && !defined(_WIN32)
#include <alloca.h>
#else
extern void *alloca ();
......
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