Skip to content

Commit 9407578

Browse files
committed
Sync with upstream: ext/intl
1 parent 0b25439 commit 9407578

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

cmake/ext/intl/CMakeLists.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ target_sources(
100100
collator/collator.stub.php
101101
common/common_date.cpp
102102
common/common_enum.cpp
103-
common/common_error.c
103+
common/common_error.cpp
104104
common/common.stub.php
105105
converter/converter.cpp
106106
converter/converter.stub.php
107107
dateformat/dateformat_attr.cpp
108108
dateformat/dateformat_attrcpp.cpp
109-
dateformat/dateformat_class.c
109+
dateformat/dateformat_class.cpp
110110
dateformat/dateformat_create.cpp
111111
dateformat/dateformat_data.cpp
112112
dateformat/dateformat_format_object.cpp
@@ -119,7 +119,7 @@ target_sources(
119119
dateformat/datepatterngenerator_methods.cpp
120120
dateformat/datepatterngenerator.stub.php
121121
formatter/formatter_attr.cpp
122-
formatter/formatter_class.c
122+
formatter/formatter_class.cpp
123123
formatter/formatter_data.cpp
124124
formatter/formatter_format.cpp
125125
formatter/formatter_main.cpp
@@ -152,13 +152,13 @@ target_sources(
152152
php_intl.stub.php
153153
rangeformatter/rangeformatter_class.cpp
154154
rangeformatter/rangeformatter.stub.php
155-
resourcebundle/resourcebundle_class.c
156-
resourcebundle/resourcebundle_iterator.c
157-
resourcebundle/resourcebundle.c
155+
resourcebundle/resourcebundle_class.cpp
156+
resourcebundle/resourcebundle_iterator.cpp
157+
resourcebundle/resourcebundle.cpp
158158
resourcebundle/resourcebundle.stub.php
159-
spoofchecker/spoofchecker_class.c
160-
spoofchecker/spoofchecker_create.c
161-
spoofchecker/spoofchecker_main.c
159+
spoofchecker/spoofchecker_class.cpp
160+
spoofchecker/spoofchecker_create.cpp
161+
spoofchecker/spoofchecker_main.cpp
162162
spoofchecker/spoofchecker.stub.php
163163
timezone/timezone_class.cpp
164164
timezone/timezone_methods.cpp

0 commit comments

Comments
 (0)