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


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/06/02 16:47:11

Modified files:
	guile-core/libguile: gc.h 

Log message:
	* gc.h (SCM_VALIDATE_CELL): Don't "use" the value returned by
	abort ().
	(SCM_CARLOC, SCM_CDRLOC): Define directly instead of using
	SCM_CELL_OBJECT_0 and SCM_CELL_OBJECT_1.  It's not correct to take
	the address of these expressions since they use SCM_VALIDATE_CELL.
	(Thanks to Bernard Urban.)


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