This is the mail archive of the guile-cvs@sourceware.cygnus.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 ChangeLog async.c as ...


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	cmm@sourceware.cygnus.com	00/04/04 13:07:11

Modified files:
	guile-core/libguile: ChangeLog async.c async.h 

Log message:
	* async.h: kill the scm_async_t struct.  having a heap cell
	pretending to be a C struct is not helthy, and is not needed here
	anyway, as asyncs happily fit in one heap cell.
	
	* async.c: reflect the fact that asyncs are now represented by
	single heap cell each.


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