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:
parent
5425fc2f3a
commit
14efea3dde
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue