Commit 16da5ae2 by Tony Kimball Committed by Tom Tromey

natRuntime.cc (nativeGetLibname): Added missing `#'.

2002-07-05  Tony Kimball  <alk@pobox.com>

	* java/lang/natRuntime.cc (nativeGetLibname): Added missing `#'.

From-SVN: r55280
parent 8537dbae
2002-07-05 Tony Kimball <alk@pobox.com>
* java/lang/natRuntime.cc (nativeGetLibname): Added missing `#'.
2002-07-04 Tom Tromey <tromey@redhat.com> 2002-07-04 Tom Tromey <tromey@redhat.com>
Jeff Sturm <jsturm@one-point.com> Jeff Sturm <jsturm@one-point.com>
......
...@@ -575,7 +575,7 @@ java::lang::Runtime::nativeGetLibname (jstring pathname, jstring libname) ...@@ -575,7 +575,7 @@ java::lang::Runtime::nativeGetLibname (jstring pathname, jstring libname)
// FIXME: use platform function here. // FIXME: use platform function here.
#ifdef WIN32 #ifdef WIN32
sb->append (JvNewStringLatin1 ("dll")); sb->append (JvNewStringLatin1 ("dll"));
else #else
sb->append (JvNewStringLatin1 ("so")); sb->append (JvNewStringLatin1 ("so"));
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment