Skip to content

Commit df900d3

Browse files
committed
Remove redundant __STDC_{LIMIT,CONSTANT,FORMAT}_MACROS definitions
These are not needed anymore with C11 standard.
1 parent 3bd80a5 commit df900d3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cmake/ext/intl/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,6 @@ target_compile_definitions(
190190
php_ext_intl
191191
PRIVATE
192192
U_NO_DEFAULT_INCLUDE_UTF_HEADERS=1
193-
194-
# See: https://en.cppreference.com/w/cpp/types/integer
195-
__STDC_LIMIT_MACROS
196-
__STDC_CONSTANT_MACROS
197-
__STDC_FORMAT_MACROS
198-
199193
ZEND_ENABLE_STATIC_TSRMLS_CACHE
200194
$<$<COMPILE_LANGUAGE:CXX>:UNISTR_FROM_CHAR_EXPLICIT=explicit;UNISTR_FROM_STRING_EXPLICIT=explicit>
201195
)

0 commit comments

Comments
 (0)