This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: FYI: prims.cc fixlet


>>>>> "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)
     {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]