Skip to content

Commit 83a09f2

Browse files
brokenthuang513
authored andcommitted
Updates data variable so as to not conflict with core TF.
PiperOrigin-RevId: 292471087
1 parent 80d4748 commit 83a09f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: third_party/icu/data/normalization_data.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ U_CDECL_BEGIN
77
const struct {
88
double bogus;
99
uint8_t bytes[163760];
10-
} icudt64l_dat={ 0.0, {
10+
} icudt64l_norm_dat={ 0.0, {
1111
144,0,218,39,20,0,0,0,0,0,2,0,67,109,110,68,
1212
1,0,0,0,3,0,0,0,32,67,111,112,121,114,105,103,
1313
104,116,32,40,67,41,32,50,48,49,54,32,97,110,100,32,
@@ -10246,4 +10246,4 @@ const struct {
1024610246
}
1024710247
};
1024810248
U_CDECL_END
10249-
U_CAPI const void * U_EXPORT2 uprv_getICUData_other() { return icudt64l_dat.bytes; }
10249+
U_CAPI const void * U_EXPORT2 uprv_getICUData_other() { return icudt64l_norm_dat.bytes; }

0 commit comments

Comments
 (0)