From 14efea3dde5df9b333f8ae98d06b2a338f4795a5 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 28 Apr 2001 17:27:04 +0000 Subject: [PATCH] * numbers.c: enabled local definition of SCM_FLOBUFLEN until we know what's supposed to happen to it. --- libguile/numbers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libguile/numbers.c b/libguile/numbers.c index 9cac82d45..a521ad35c 100644 --- a/libguile/numbers.c +++ b/libguile/numbers.c @@ -68,7 +68,8 @@ static SCM scm_divbigint (SCM x, long z, int sgn, int mode); #define SCM_SWAP(x,y) do { SCM __t = x; x = y; y = __t; } while (0) -#if (SCM_DEBUG_DEPRECATED == 1) /* not defined in header yet? */ +/*#if (SCM_DEBUG_DEPRECATED == 1)*/ /* not defined in header yet? */ +#if 1 /* SCM_FLOBUFLEN is the maximum number of characters neccessary for the * printed or scm_string representation of an inexact number.