Skip to content

Commit 93f4dea

Browse files
committed
Fix
1 parent 8793804 commit 93f4dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/yescrypt/sha256.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#ifdef _MSC_VER
5050
# define PHP_STATIC_RESTRICT
5151
#else
52-
# define PHP_STATIC_RESTRICT PHP_STATIC_RESTRICT
52+
# define PHP_STATIC_RESTRICT static restrict
5353
#endif
5454

5555
/*

0 commit comments

Comments
 (0)