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')
This commit is contained in:
Martin Kraemer 2002-11-28 08:26:14 +00:00
parent c5a7a522a1
commit f3845c3ae0

View file

@ -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);