mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
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:
parent
c5a7a522a1
commit
f3845c3ae0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue