* numbers.c (scm_odd_p, scm_even_p): Use SCM_WRONG_TYPE_ARG
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Fri, 21 Apr 2000 11:35:39 +0000 (11:35 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Fri, 21 Apr 2000 11:35:39 +0000 (11:35 +0000)
commita1a33b0f996c39f1a6d9b86ba3ba865159885669
treee5e77e1692b0dd97792ffefb89d7b127ae7730fb
parent9764c29b8cb268b18c850120f5f2a0929da13b3a
* numbers.c (scm_odd_p, scm_even_p): Use SCM_WRONG_TYPE_ARG
instead of SCM_ASSERT (0, ...).  (Some compilers will complain
about control reaching end of function otherwise, and, besides,
the new code is not less clear.)
libguile/numbers.c