Lines Matching +full:gcc +full:- +full:49
1 diff -ru a/icu4c/source/common/udata.cpp b/icu4c/source/common/udata.cpp
2 --- a/icu4c/source/common/udata.cpp 2019-04-17 12:03:04.000000000 +0000
3 +++ b/icu4c/source/common/udata.cpp 2020-07-14 23:49:37.836668741 +0000
4 @@ -18,11 +18,10 @@
8 -#ifdef __GNUC__
9 -/* if gcc
10 -#define ATTRIBUTE_WEAK __attribute__ ((weak))
11 -might have to #include some other header
12 -*/
20 @@ -649,10 +648,9 @@
21 * partial-data-library access functions where each returns a pointer
24 -/*
25 -extern const void *uprv_getICUData_collation(void) ATTRIBUTE_WEAK;
26 -extern const void *uprv_getICUData_conversion(void) ATTRIBUTE_WEAK;
27 -*/
32 /*----------------------------------------------------------------------*
34 @@ -710,10 +708,11 @@
42 - */
48 diff -ru a/icu4c/source/common/unicode/uconfig.h b/icu4c/source/common/unicode/uconfig.h
49 --- a/icu4c/source/common/unicode/uconfig.h 2019-04-17 12:03:04.000000000 +0000
50 +++ b/icu4c/source/common/unicode/uconfig.h 2020-07-14 23:49:37.836668741 +0000
51 @@ -55,6 +55,11 @@