1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00

Forgot to list just what numbers are no longer hard-coded in gen-scmconfig.c

This commit is contained in:
Marius Vollmer 2004-07-10 00:16:34 +00:00
parent 2755366c4a
commit a3de8e7b0f

View file

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