andrei Fri Oct 6 18:02:04 2006 UTC Modified files: /php-src/ext/standard lcg.c Log: Mark with U. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/lcg.c?r1=1.42&r2=1.43&diff_format=u Index: php-src/ext/standard/lcg.c diff -u php-src/ext/standard/lcg.c:1.42 php-src/ext/standard/lcg.c:1.43 --- php-src/ext/standard/lcg.c:1.42 Sun Jan 1 13:09:55 2006 +++ php-src/ext/standard/lcg.c Fri Oct 6 18:02:04 2006 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: lcg.c,v 1.42 2006/01/01 13:09:55 sniper Exp $ */ +/* $Id: lcg.c,v 1.43 2006/10/06 18:02:04 andrei Exp $ */ #include "php.h" #include "php_lcg.h" @@ -114,7 +114,7 @@ return SUCCESS; } -/* {{{ proto float lcg_value() +/* {{{ proto float lcg_value() U Returns a value from the combined linear congruential generator */ PHP_FUNCTION(lcg_value) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php