From mboxrd@z Thu Jan 1 00:00:00 1970 From: gjb@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile numbers.c scm_validate.h Date: Mon, 17 Jan 2000 11:44:00 -0000 Message-id: <20000117194401.28975.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q1/msg00150.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: gjb@sourceware.cygnus.com 00/01/17 11:44:01 Modified files: guile-core/libguile: numbers.c scm_validate.h Log message: * scm_validate.h: Added SCM_VALIDATE_ULONG_COPY, SCM_VALIDATE_LONG_COPY * numbers.c: Use SCM_VALIDATE_ULONG_COPY, instead of SCM_VALIDATE_INUM_COPY to let bigger numbers be used. Rename a couple of formal arguments (and fix their uses) to make arguments match the documentation.