diff options
Diffstat (limited to 'ext/standard/rand.c')
-rw-r--r-- | ext/standard/rand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/rand.c b/ext/standard/rand.c index c0dc2d27e6..243376c4b7 100644 --- a/ext/standard/rand.c +++ b/ext/standard/rand.c @@ -176,7 +176,7 @@ static php_uint32 reloadMT(TSRMLS_D) } -static inline php_uint32 randomMT(TSRMLS_D) +static php_uint32 randomMT(TSRMLS_D) { php_uint32 y; |