summaryrefslogtreecommitdiff
path: root/ext/standard/php_rand.h
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2001-09-03 17:38:10 +0000
committerDerick Rethans <derick@php.net>2001-09-03 17:38:10 +0000
commit383691eec2cbb8bdab07d7902ec1b280658c5508 (patch)
treec458544cd9ddc6a42e4564efab1782c5a7f7e12d /ext/standard/php_rand.h
parent7c4a0cc6cf3a432376928149b33d578fd7e0871d (diff)
downloadphp-git-383691eec2cbb8bdab07d7902ec1b280658c5508.tar.gz
- Fix broken build
#- Please test before commit!
Diffstat (limited to 'ext/standard/php_rand.h')
-rw-r--r--ext/standard/php_rand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_rand.h b/ext/standard/php_rand.h
index ba5c064c10..1efbbd4bb6 100644
--- a/ext/standard/php_rand.h
+++ b/ext/standard/php_rand.h
@@ -100,7 +100,7 @@ PHP_FUNCTION(mt_rand);
PHP_FUNCTION(mt_getrandmax);
PHPAPI long php_rand(void);
-PHPAPI long php_rand_range(long min, long max TSRMLS_D);
+PHPAPI long php_rand_range(long min, long max TSRMLS_DC);
PHPAPI double php_drand(void);
PHPAPI long php_randmax(void);