This is the mail archive of the
java-prs@sources.redhat.com
mailing list for the Java project.
Re: gcj/257
- To: apbianco at cygnus dot com
- Subject: Re: gcj/257
- From: Mark Wielaard <mark at klomp dot org>
- Date: 20 Jul 2000 09:16:01 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Mark Wielaard <mark at klomp dot org>
The following reply was made to PR gcj/257; it has been noted by GNATS.
From: Mark Wielaard <mark@klomp.org>
To: apbianco@cygnus.com
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/257
Date: Thu, 20 Jul 2000 10:57:53 +0200
> Thanks. I attached a patch. The `$' isn't allowed in type
> names (but it is in identifiers.)
Great! This patch finally makes it possible to compile java.util.jar
and part of the Collection classes from Classpath. Thanks.
Note that although gcj/288 seems similar the patch doesn't solve that bug.