This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: prims.cc fixlet
- From: Tom Tromey <tromey at redhat dot com>
- To: Marco Trudel <mtrudel at gmx dot ch>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 10 Oct 2006 20:56:51 -0600
- Subject: Re: Patch: FYI: prims.cc fixlet
- References: <m3k638xbg0.fsf@localhost.localdomain> <452C0EDC.20200@gmx.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Marco" == Marco Trudel <mtrudel@gmx.ch> writes:
Marco> Thanks! While you're add it, can you remove the comment
Marco> FIXME: does this work properly on Windows?
Marco> in gnu/classpath/natSystemProperties.cc? Because yes, now
Marco> java.library.path works on win32. I closed the bugreport.
Awesome, thanks.
Patch appended.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* gnu/classpath/natSystemProperties.cc (insertSystemProperties):
Removed obsolete comment.
Index: gnu/classpath/natSystemProperties.cc
===================================================================
--- gnu/classpath/natSystemProperties.cc (revision 117605)
+++ gnu/classpath/natSystemProperties.cc (working copy)
@@ -363,7 +363,7 @@
_Jv_platform_initProperties (newprops);
// If java.library.path is set, tell libltdl so we search the new
- // directories as well. FIXME: does this work properly on Windows?
+ // directories as well.
::java::lang::String *path = newprops->getProperty(JvNewStringLatin1("java.library.path"));
if (path)
{