summaryrefslogtreecommitdiff
path: root/ext/standard/rand.c
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-09-05 20:56:15 +0000
committerSterling Hughes <sterling@php.net>2001-09-05 20:56:15 +0000
commitd930a72cd7b7ba9c1cebe1e76e9a6a8f09a40b9d (patch)
tree61430844baab8aead4b4cc1130a0fd7399b1ab2f /ext/standard/rand.c
parent1b0f00d67f72adf1b2b127d4027c66e8aedff587 (diff)
downloadphp-git-d930a72cd7b7ba9c1cebe1e76e9a6a8f09a40b9d.tar.gz
remove inline
Diffstat (limited to 'ext/standard/rand.c')
-rw-r--r--ext/standard/rand.c2
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;