defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.

* defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.
* java/lang/natDouble.cc: Likewise.
* java/lang/reflect/natMethod.cc: Likewise.
* interpret.cc: Likewise.  Fix NULLCHECKs that tested a _Jv_word.

From-SVN: r36404
This commit is contained in:
Alexandre Oliva 2000-09-14 07:51:56 +00:00 committed by Alexandre Oliva
parent 597c1b349f
commit e7e18a21d2
5 changed files with 20 additions and 4 deletions

View file

@ -10,7 +10,9 @@ details. */
#include <config.h>
#if HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include <stdlib.h>

View file

@ -10,7 +10,9 @@ details. */
#include <config.h>
#if HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include <gcj/cni.h>
#include <jvm.h>