Typo in online GCJ docs.

Thomas Zander zander@kde.org
Thu Apr 21 00:56:00 GMT 2005


In page:
http://gcc.gnu.org/onlinedocs/gcj/Objects-and-Classes.html

- Specifically, 8-bite and 16-bit native types
+ Specifically, 8-bit and 16-bit native types

On the same page there is a Java example that will not compile, I found and 
fixed 3 bugs; Please replace with:
     public class Int
     {
       public int i;
       public Int(int i) { this.i = i; }
       public static Int zero = new Int(0);
     }


On page:
http://gcc.gnu.org/onlinedocs/gcj/Class-Initialization.html
Both JvInitClass and Jv_InitClass are used; which one is it?

Please forward to the maintainer or if you can, fix it in the source. 
Thanks!

-- 
Thomas Zander
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20050421/268bfef4/attachment.sig>


More information about the Gcc mailing list