Add SCM_INUM1 to numbers.h, and make use of it and SCM_INUM0 in numbers.c
authorMark H Weaver <mhw@netris.org>
Tue, 25 Jan 2011 23:58:47 +0000 (18:58 -0500)
committerAndy Wingo <wingo@pobox.com>
Fri, 28 Jan 2011 11:18:12 +0000 (12:18 +0100)
commitcff5fa3384a097839e4a7ae74307d55bab58e2ba
tree5849298a43ffbd9f78cd046d7d3a1cbd54f72345
parent6d9bd642c1b4e7022a2507b19631642644e70f68
Add SCM_INUM1 to numbers.h, and make use of it and SCM_INUM0 in numbers.c

* libguile/numbers.h: Add SCM_INUM1, a name for the fixnum 1.  This is
  analogous to SCM_INUM0, a name for 0, which already existed.

* libguile/numbers.c: Change occurrences of SCM_I_MAKINUM (0) and
  SCM_I_MAKINUM (1) to SCM_INUM0 and SCM_INUM1, respectively.
libguile/numbers.c
libguile/numbers.h