merge from gnuclasspath branch. I hope I didn't miss or revert any modifications...
[cacao.git] / nat / java_lang_Float.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/lang/Float */
4
5 typedef struct java_lang_Float {
6    java_objectheader header;
7    float value;
8 } java_lang_Float;
9