This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
package name conflicts with keyword... (bug #14875)
- From: Andrew Haley <aph at redhat dot com>
- To: Thomas Léauté <thleaute at csail dot mit dot edu>
- Cc: java at gcc dot gnu dot org
- Date: Fri, 3 Sep 2004 10:17:08 +0100
- Subject: package name conflicts with keyword... (bug #14875)
- References: <C327EF2E-FD2A-11D8-AF02-000A95E30B44@csail.mit.edu>
Thomas Léauté writes:
> Hi
>
> I am confronted with bug #14875, and I am trying to go around it, but I
> am not familiar enough with java, so I need help...
> Basically, I have been provided with some java code that I am trying to
> interact with from C++. This java code uses a package that has the very
> unfortunate characteristic to be called "or". Yes, just like the C++
> keyword...
I thought this was optional with "-foperator-names".
Andrew.