This is the mail archive of the guile-cvs@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

guile/guile-core/libguile numbers.c


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/04/21 04:35:39

Modified files:
	guile-core/libguile: numbers.c 

Log message:
	* 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.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]