* * numbers.c (scm_integer_p): Renamed from scm_int_p; change its
authorJim Blandy <jimb@red-bean.com>
Tue, 29 Oct 1996 03:07:53 +0000 (03:07 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 29 Oct 1996 03:07:53 +0000 (03:07 +0000)
commitf693191c2a4150be4a4c5cc56e2a4bc9b2284629
tree27205262df1c40aa0951b3010f36554672438ac8
parentcd07a09755e2ce18ad9f156d60997c3ec6695460
* * numbers.c (scm_integer_p): Renamed from scm_int_p; change its
scheme name from "int?" to "integer?".  It seems to do the job.
* numbers.h: Rename prototype too.
* scmhob.h (intp): Change definition to refer to scm_integer_p.  I
hope this is right.

* * numbers.c (scm_less_p, scm_gr_p, scm_leq_p, scm_geq_p,
scm_num_eq_p): Rename these according to R4RS conventions: call
them <, <=, =, >, and >=, not <?, <=?, =?, >?, and >=?.  En route
to making libguile R4RS compliant without ice-9...
libguile/numbers.c