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