summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-07-10 00:16:34 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-07-10 00:16:34 +0000
commita3de8e7b0f90943e26e53e984b2ce8fd6dfa02e6 (patch)
tree9f6defaf3aa43ab7fac864defeacedd659db1f6f
parent2755366c4ad332ca1a97bb63f36985793311cbc5 (diff)
downloadguile-a3de8e7b0f90943e26e53e984b2ce8fd6dfa02e6.tar.gz
Forgot to list just what numbers are no longer hard-coded in gen-scmconfig.c
-rw-r--r--libguile/ChangeLog3
1 files changed, 2 insertions, 1 deletions
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 <marius.vollmer@uni-dortmund.de>