From mboxrd@z Thu Jan 1 00:00:00 1970 From: cmm@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile stime.c stime.h Date: Tue, 15 Aug 2000 17:23:00 -0000 Message-id: <20000816002359.18336.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q3/msg00145.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: cmm@sourceware.cygnus.com 2000-08-15 17:23:59 Modified files: guile-core/libguile: stime.c stime.h Log message: * 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.