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 ChangeLog async.c as ... Date: Tue, 04 Apr 2000 13:07:00 -0000 Message-id: <20000404200712.26567.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q2/msg00018.html List-Id: 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.