Exceptions in class loading are catched.
[cacao.git] / nat / Date.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/util/Date */
4
5 typedef struct java_util_Date {
6    java_objectheader header;
7    struct java_util_Calendar* cal;
8    s8 fastTime;
9 } java_util_Date;
10