summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/private.h
diff options
context:
space:
mode:
authorMartin Kraemer <martin@php.net>2002-11-28 08:26:14 +0000
committerMartin Kraemer <martin@php.net>2002-11-28 08:26:14 +0000
commitf3845c3ae08193629ad6e149853ae93b8e2cb02b (patch)
tree450939d9cb19a9dac0ce6c561777167857dd393b /ext/bcmath/libbcmath/src/private.h
parentc5a7a522a15c10b96546656d144abc87808e4bb7 (diff)
downloadphp-git-f3845c3ae08193629ad6e149853ae93b8e2cb02b.tar.gz
Portability: The header contains the declaration; while the source ext/bcmath/libbcmath/src/init.c has the definition
(otherwise some compilers complain about 'duplicate symbols')
Diffstat (limited to 'ext/bcmath/libbcmath/src/private.h')
-rw-r--r--ext/bcmath/libbcmath/src/private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/private.h b/ext/bcmath/libbcmath/src/private.h
index eaf4f444b2..4458346626 100644
--- a/ext/bcmath/libbcmath/src/private.h
+++ b/ext/bcmath/libbcmath/src/private.h
@@ -32,7 +32,7 @@
/* "Private" routines to bcmath. */
/* variables */
-bc_num _bc_Free_list;
+extern bc_num _bc_Free_list;
/* routines */
int _bc_do_compare (bc_num n1, bc_num n2, int use_sign, int ignore_last);