* 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

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