* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.
From-SVN: r36405
This commit is contained in:
parent
e7e18a21d2
commit
064a791cf5
@ -1,5 +1,7 @@
|
||||
2000-09-14 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.
|
||||
|
||||
* defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.
|
||||
* java/lang/natDouble.cc: Likewise.
|
||||
* java/lang/reflect/natMethod.cc: Likewise.
|
||||
|
@ -26,7 +26,7 @@ details. */
|
||||
|
||||
/* FIXME: we don't always need this. The next libtool will let us use
|
||||
AC_LTDL_PREOPEN to see if we do. */
|
||||
const lt_dlsymlist lt_preloaded_symbols[1] = { { 0, 0 } };
|
||||
extern const lt_dlsymlist lt_preloaded_symbols[1] = { { 0, 0 } };
|
||||
|
||||
// We keep track of all the libraries loaded by this application. For
|
||||
// now we use them to look up symbols for JNI. `libraries_size' holds
|
||||
|
Loading…
x
Reference in New Issue
Block a user