* stime.c (scm_get_internal_real_time): Do the arithmetic using
authorJim Blandy <jimb@red-bean.com>
Tue, 13 Oct 1998 23:56:08 +0000 (23:56 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 13 Oct 1998 23:56:08 +0000 (23:56 +0000)
commit55c4d089d0d25998bebb124fa0642db17f99cdfb
tree7d5541425bddaed298caafc7f383bc2d1dcc9921
parenteebc12c6341097fa5887fc90f9910e020731e40d
* stime.c (scm_get_internal_real_time): Do the arithmetic using
SCM numbers, so we won't have rollover problems; the range of a
signed long in milliseconds is about 25 days.  (Thanks to Karl
Hegbloom.)
libguile/stime.c