* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.

From-SVN: r36405
This commit is contained in:
Alexandre Oliva 2000-09-14 07:56:28 +00:00 committed by Alexandre Oliva
parent e7e18a21d2
commit 064a791cf5
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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