From Arno J. Klaassen:

* interpret.cc: Include <stdlib.h> for alloca.
	* defineclass.cc: Include <stdlib.h> for alloca.

From-SVN: r36986
This commit is contained in:
Tom Tromey 2000-10-20 23:25:57 +00:00 committed by Tom Tromey
parent 05c1707ca2
commit a9770f9a91
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2000-10-20 Tom Tromey <tromey@cygnus.com>
From Arno J. Klaassen:
* interpret.cc: Include <stdlib.h> for alloca.
* defineclass.cc: Include <stdlib.h> for alloca.
* Makefile.in: Rebuilt.
* Makefile.am: Include deps.mk.
(GCJCOMPILE): Added -MD, -MT, and -MF.

View File

@ -24,6 +24,7 @@ details. */
#ifdef INTERPRETER
#include <stdlib.h>
#if HAVE_ALLOCA_H
#include <alloca.h>
#endif

View File

@ -35,6 +35,7 @@ details. */
#ifdef INTERPRETER
#include <stdlib.h>
#if HAVE_ALLOCA_H
#include <alloca.h>
#endif