This is the mail archive of the guile-cvs@sources.redhat.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 stime.c stime.h


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.


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