Mark with U.

This commit is contained in:
Andrei Zmievski 2006-10-06 18:02:04 +00:00
parent 54174862f0
commit c25a48dcb3

View File

@ -114,7 +114,7 @@ PHP_RINIT_FUNCTION(lcg)
return SUCCESS;
}
/* {{{ proto float lcg_value()
/* {{{ proto float lcg_value() U
Returns a value from the combined linear congruential generator */
PHP_FUNCTION(lcg_value)
{