Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0c0b41d

Browse files
committed
Merge branch 'PHP-8.2'
2 parents a890b0b + 7638640 commit 0c0b41d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎ext/hash/xxhash/xxhash.h‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,8 +1546,7 @@ static void* XXH_memcpy(void* dest, const void* src, size_t size)
15461546
/* note: use after variable declarations */
15471547
#ifndef XXH_STATIC_ASSERT
15481548
# if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L) /* C11 */
1549-
# include <assert.h>
1550-
# define XXH_STATIC_ASSERT_WITH_MESSAGE(c,m) do { static_assert((c),m); } while(0)
1549+
# define XXH_STATIC_ASSERT_WITH_MESSAGE(c,m) do { _Static_assert((c),m); } while(0)
15511550
# elif defined(__cplusplus) && (__cplusplus >= 201103L) /* C++11 */
15521551
# define XXH_STATIC_ASSERT_WITH_MESSAGE(c,m) do { static_assert((c),m); } while(0)
15531552
# else

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /