diff options
author | Sara Golemon <pollita@php.net> | 2002-12-11 16:28:16 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2002-12-11 16:28:16 +0000 |
commit | 04d6f6ab50cb077439f15d252e1037bd849c6bce (patch) | |
tree | e0e752c131cad6d9299cea1a53b62c2b6e54d04f /ext/bcmath/php_bcmath.h | |
parent | 5f9681ff802cb82aac48453fdf77d2e3907dee0d (diff) | |
download | php-git-04d6f6ab50cb077439f15d252e1037bd849c6bce.tar.gz |
Renamed bc_powmod to bcpowmod to keep it inline with existing module
functions. Fixed whitespace problem.
Diffstat (limited to 'ext/bcmath/php_bcmath.h')
-rw-r--r-- | ext/bcmath/php_bcmath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h index f7036a4bbd..108a847b47 100644 --- a/ext/bcmath/php_bcmath.h +++ b/ext/bcmath/php_bcmath.h @@ -60,7 +60,7 @@ PHP_FUNCTION(bcpow); PHP_FUNCTION(bcsqrt); PHP_FUNCTION(bccomp); PHP_FUNCTION(bcscale); -PHP_FUNCTION(bc_powmod); +PHP_FUNCTION(bcpowmod); #else |