From mboxrd@z Thu Jan 1 00:00:00 1970 From: jimb@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile gc.c gc.h Date: Tue, 31 Aug 1999 19:47:00 -0000 Message-id: <19990901024732.2022.qmail@egcs.cygnus.com> X-SW-Source: 1999-q3/msg00471.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: jimb@egcs.cygnus.com 99/08/31 19:47:31 Modified files: guile-core/libguile: gc.c gc.h Log message: Allocators should use the `void *' type for generic pointers. * gc.c (scm_must_malloc, scm_must_realloc, scm_must_free): Change argument and return types. * gc.h: Corresponding changes to prototypes. (Thanks to Forcer.)