mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-11 05:23:55 +08:00
natRuntime.cc (nativeGetLibname): Added missing `#'.
2002-07-05 Tony Kimball <alk@pobox.com> * java/lang/natRuntime.cc (nativeGetLibname): Added missing `#'. From-SVN: r55280
This commit is contained in:
parent
8537dbae0f
commit
16da5ae295
@ -1,3 +1,7 @@
|
||||
2002-07-05 Tony Kimball <alk@pobox.com>
|
||||
|
||||
* java/lang/natRuntime.cc (nativeGetLibname): Added missing `#'.
|
||||
|
||||
2002-07-04 Tom Tromey <tromey@redhat.com>
|
||||
Jeff Sturm <jsturm@one-point.com>
|
||||
|
||||
|
@ -575,7 +575,7 @@ java::lang::Runtime::nativeGetLibname (jstring pathname, jstring libname)
|
||||
// FIXME: use platform function here.
|
||||
#ifdef WIN32
|
||||
sb->append (JvNewStringLatin1 ("dll"));
|
||||
else
|
||||
#else
|
||||
sb->append (JvNewStringLatin1 ("so"));
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user