Commit a9770f9a by Tom Tromey Committed by Tom Tromey

From Arno J. Klaassen:

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

From-SVN: r36986
parent 05c1707c
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.
......
......@@ -24,6 +24,7 @@ details. */
#ifdef INTERPRETER
#include <stdlib.h>
#if HAVE_ALLOCA_H
#include <alloca.h>
#endif
......
......@@ -35,6 +35,7 @@ details. */
#ifdef INTERPRETER
#include <stdlib.h>
#if HAVE_ALLOCA_H
#include <alloca.h>
#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