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:
parent
597c1b349f
commit
e7e18a21d2
5 changed files with 20 additions and 4 deletions
|
@ -10,7 +10,9 @@ details. */
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#if HAVE_ALLOCA_H
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -10,7 +10,9 @@ details. */
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#if HAVE_ALLOCA_H
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#include <gcj/cni.h>
|
||||
#include <jvm.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue