From d930a72cd7b7ba9c1cebe1e76e9a6a8f09a40b9d Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Wed, 5 Sep 2001 20:56:15 +0000 Subject: [PATCH] remove inline --- ext/standard/rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1