Don't include alloca.h for winnt.

From-SVN: r9833
This commit is contained in:
Richard Kenner 1995-05-29 08:55:44 -04:00
parent ef76d747c3
commit 57f2483b4b
1 changed files with 1 additions and 1 deletions

View File

@ -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 ();