This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: gcj-dbtool -p LIBDIR
- From: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 24 Mar 2005 16:43:33 -0700
- Subject: Re: Patch: gcj-dbtool -p LIBDIR
- References: <1111698134.17650.4.camel@dhcp-172-16-25-146.sfbay.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "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