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: gcj-dbtool -p LIBDIR


>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:

Anthony> Ok for 4.0 branch and HEAD?

Yes, with a couple nits...

Anthony> ! 	  result = s[1] 
Anthony> ! 	    + (s[1].endsWith(File.separator) ? "" : File.separator)
Anthony> ! 	    + getDbPathTail ();

The right hand side of this needs to be put in parens to make it
indent correctly.

Anthony> !        + "    gcj-dbtool -p [LIBDIR]              - Print default database name");

We also need a similar patch to gcj.texi.

Tom


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