From a3de8e7b0f90943e26e53e984b2ce8fd6dfa02e6 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 10 Jul 2004 00:16:34 +0000 Subject: [PATCH] Forgot to list just what numbers are no longer hard-coded in gen-scmconfig.c --- libguile/ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 800d104f4..3f8810034 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -20,7 +20,8 @@ SCM_I_MAKINUM and changed all uses. * deprecated.h, deprecated.c (SCM_MAKINUM): Newly deprecated. - * gen-scmconfig.c: Instead of hard-coding the numbers, compute + * gen-scmconfig.c (SCM_I_LLONG_MIN, SCM_I_LLONG_MAX, + SCM_I_ULLONG_MAX): Instead of hard-coding the numbers, compute them by assuming twos-complement. 2004-07-07 Marius Vollmer