diff options
| author | Martin Kraemer <martin@php.net> | 2002-11-29 11:15:43 +0000 |
|---|---|---|
| committer | Martin Kraemer <martin@php.net> | 2002-11-29 11:15:43 +0000 |
| commit | 9f831376316dea15f98086cbcd86e1b51385d7eb (patch) | |
| tree | b7400dfeec9ce8708304cea77406c9d112683da1 /ext/bcmath | |
| parent | 7c811718a784089c887a25dd5c5e666918598ec7 (diff) | |
| download | php-git-9f831376316dea15f98086cbcd86e1b51385d7eb.tar.gz | |
Portability fixes (MFH)
Diffstat (limited to 'ext/bcmath')
| -rw-r--r-- | ext/bcmath/libbcmath/src/private.h | 2 |
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); |
