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

Attachment: pgpfVr6uF3Sih.pgp
Description: PGP signature

Reply via email to