(scm_to_signed_integer, scm_to_unsigned_integer): dot
authorMarius Vollmer <mvo@zagadka.de>
Sat, 10 Jul 2004 13:55:04 +0000 (13:55 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sat, 10 Jul 2004 13:55:04 +0000 (13:55 +0000)
commit5efd3c7d68a7ebf11b53bc47c799e28a5639c0e7
tree58dbca83be8b9a739f3c17995637f5a7bf12bfb9
parent66998138b8b6379d7c4dcaf98839621e4918178d
(scm_to_signed_integer, scm_to_unsigned_integer): dot
not accept inexact integers.

* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
SCM_VALIDATE_BIGINT, SCM_VALIDATE_INUM_MIN,
SCM_VALIDATE_INUM_MIN_COPY,
SCM_VALIDATE_INUM_MIN_DEF_COPY,SCM_VALIDATE_INUM_DEF,
SCM_VALIDATE_INUM_DEF_COPY, SCM_VALIDATE_INUM_RANGE,
SCM_VALIDATE_INUM_RANGE_COPY): Deprecated because they make the
fixnum/bignum distinction visible.  Changed all uses to scm_to_size_t
or similar.
libguile/numbers.c