Skip to content

Commit f3845c3

Browse files
author
Martin Kraemer
committed
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')
1 parent c5a7a52 commit f3845c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/bcmath/libbcmath/src/private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/* "Private" routines to bcmath. */
3333

3434
/* variables */
35-
bc_num _bc_Free_list;
35+
extern bc_num _bc_Free_list;
3636

3737
/* routines */
3838
int _bc_do_compare (bc_num n1, bc_num n2, int use_sign, int ignore_last);

0 commit comments

Comments
 (0)