* stime.c (scm_c_get_internal_run_time): new function, same as
authorMichael Livshin <mlivshin@bigfoot.com>
Wed, 16 Aug 2000 00:23:59 +0000 (00:23 +0000)
committerMichael Livshin <mlivshin@bigfoot.com>
Wed, 16 Aug 2000 00:23:59 +0000 (00:23 +0000)
commit1c299a6be5b0472bdcafc9ad25690ca99c2f7348
tree084ff281e54073bc0923ca10edf9906fd9f50ce5
parentc9b0d4b0903084a7b0ac3637a1d79cbd9e546be1
* stime.c (scm_c_get_internal_run_time): new function, same as
scm_get_internal_run_time but returns a long.  it's used by the GC
for timekeeping, since with scm_get_internal_run_time there is a
(extremely theoretical) possibility of consing.
(scm_get_internal_run_time): redefined in terms of
scm_c_get_internal_run_time.

* stime.h: added prototype for scm_c_get_internal_run_time.
libguile/stime.c
libguile/stime.h