mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.4'
This commit is contained in:
commit
2c42479890
1 changed files with 3 additions and 1 deletions
|
@ -799,7 +799,9 @@ extern "C++" {
|
|||
/** @deprecated */
|
||||
#define ZEND_CGG_DIAGNOSTIC_IGNORED_END ZEND_DIAGNOSTIC_IGNORED_END
|
||||
|
||||
#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L) /* C11 */
|
||||
#if defined(__cplusplus)
|
||||
# define ZEND_STATIC_ASSERT(c, m) static_assert((c), m)
|
||||
#elif defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L) /* C11 */
|
||||
# define ZEND_STATIC_ASSERT(c, m) _Static_assert((c), m)
|
||||
#else
|
||||
# define ZEND_STATIC_ASSERT(c, m)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue