mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
TS issue, noticed by Sebastian Bergmann
This commit is contained in:
parent
cb3c506639
commit
0481896ff7
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ static php_lcg_globals lcg_globals;
|
|||
|
||||
#define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m
|
||||
|
||||
static void lcg_seed(TSRMLS_D);
|
||||
|
||||
PHPAPI double php_combined_lcg(TSRMLS_D)
|
||||
{
|
||||
php_int32 q;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue