summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/init.c
diff options
context:
space:
mode:
authorSander Roobol <sander@php.net>2002-11-29 17:59:30 +0000
committerSander Roobol <sander@php.net>2002-11-29 17:59:30 +0000
commit348b429b5b422c8b7d21dd4773d5934b1ae76a2d (patch)
treeb3d0a5ed830eff6de89193daca04631ae54c5d88 /ext/bcmath/libbcmath/src/init.c
parente4be6b3ac2ede24f81daa0a135f9abb5e0d76d39 (diff)
downloadphp-git-348b429b5b422c8b7d21dd4773d5934b1ae76a2d.tar.gz
Remove all traces of _bc_Free_list - it's not used anymore
Diffstat (limited to 'ext/bcmath/libbcmath/src/init.c')
-rw-r--r--ext/bcmath/libbcmath/src/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bcmath/libbcmath/src/init.c b/ext/bcmath/libbcmath/src/init.c
index f349d82a7b..d540a88060 100644
--- a/ext/bcmath/libbcmath/src/init.c
+++ b/ext/bcmath/libbcmath/src/init.c
@@ -38,7 +38,9 @@
#include "bcmath.h"
#include "private.h"
+#if SANDER_0
bc_num _bc_Free_list = NULL;
+#endif
/* new_num allocates a number and sets fields to known values. */