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 gc.c gc.h


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.)


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