Undo (per Jani's request)

This commit is contained in:
Zeev Suraski 2001-12-09 01:00:57 +00:00
parent a7b9d5590b
commit 216e81db96

View File

@ -16,19 +16,8 @@
#include <malloc.h>
#endif
/* AIX requires this to be the first thing in the file. */
#ifndef __GNUC__
# if HAVE_ALLOCA_H
# include <alloca.h>
# else
# ifdef _AIX
#pragma alloca
# else
# ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca ();
# endif
# endif
# endif
#if HAVE_ALLOCA_H
#include <alloca.h>
#endif
#if HAVE_UNISTD_H