ICU-535 use U_EXPORT instead of U_CAPI to prevent gcc from complaining about initializing externs.
X-SVN-Rev: 2372
This commit is contained in:
parent
2859089dd4
commit
2e0449e0ad
@ -129,7 +129,7 @@ writeCCode(const char *filename, const char *destdir) {
|
||||
|
||||
sprintf(buffer,
|
||||
"#include \"unicode/utypes.h\"\n"
|
||||
"U_CAPI const struct {\n"
|
||||
"U_EXPORT const struct {\n"
|
||||
" double bogus;\n"
|
||||
" uint8_t bytes[%ld]; \n"
|
||||
"} U_EXPORT2 %s={ 0, {\n",
|
||||
|
Loading…
Reference in New Issue
Block a user