1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

* numbers.c: enabled local definition of SCM_FLOBUFLEN until we

know what's supposed to happen to it.
This commit is contained in:
Rob Browning 2001-04-28 17:27:04 +00:00
parent 5425fc2f3a
commit 14efea3dde

View file

@ -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.