summaryrefslogtreecommitdiff
path: root/ext/bcmath/php_bcmath.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-19 10:30:43 +0200
committerAnatol Belski <ab@php.net>2014-08-19 10:30:43 +0200
commitae470a8e82b0dd957e1423d2e4874c841b6c396d (patch)
treefcd0e0e898675ddd21fc88b8af7b4428a78b3d24 /ext/bcmath/php_bcmath.h
parent5dc4f44f3e37a4f2f818ec26891882b427af14a0 (diff)
downloadphp-git-ae470a8e82b0dd957e1423d2e4874c841b6c396d.tar.gz
fixes to ext/bcmath
Diffstat (limited to 'ext/bcmath/php_bcmath.h')
-rw-r--r--ext/bcmath/php_bcmath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h
index a18e5287e6..96f0baf189 100644
--- a/ext/bcmath/php_bcmath.h
+++ b/ext/bcmath/php_bcmath.h
@@ -45,7 +45,7 @@ ZEND_BEGIN_MODULE_GLOBALS(bcmath)
bc_num _zero_;
bc_num _one_;
bc_num _two_;
- long bc_precision;
+ php_int_t bc_precision;
ZEND_END_MODULE_GLOBALS(bcmath)
#ifdef ZTS