remove SCM_I_SIZE limits defines
authorAndy Wingo <wingo@pobox.com>
Sun, 15 May 2011 09:23:22 +0000 (11:23 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 15 May 2011 13:34:15 +0000 (15:34 +0200)
commit871054f08e062f44ed668a2ae6b4df6500f54672
tree0a3d002e12609eff46c110243a0b3f49c3c598d3
parent7b347203466c64dff76d6ea075eca883b564d7f9
remove SCM_I_SIZE limits defines

* libguile/__scm.h: Remove defines for SCM_I_SIZE_MAX, SCM_I_SSIZE_MIN,
  and SCM_I_SSIZE_MAX, as there is no longer a scm_t_size / scm_size_t
  type.
* libguile/bytevectors.c (make_bytevector): Replace a use of
  SCM_I_SIZE_MAX with ((size_t) -1).
libguile/__scm.h
libguile/bytevectors.c