Some new x86_64 entries.
[cacao.git] / nat / java_util_Locale.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_UTIL_LOCALE_H
4 #define _JAVA_UTIL_LOCALE_H
5
6 /* Structure information for class: java/util/Locale */
7
8 typedef struct java_util_Locale {
9    java_objectheader header;
10    struct java_lang_String* language;
11    struct java_lang_String* country;
12    struct java_lang_String* variant;
13    s4 hashcode;
14 } java_util_Locale;
15
16 #endif
17