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


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/08/28 20:26:51

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

Log message:
	* objects.c, objects.h (scm_mcache_lookup_cmethod): Moved here
	from eval.c; Support 0 arity methods.
	(scm_set_object_procedure_x): Removed scm_sym_atdispatch;
	(scm_apply_generic_env): Removed.
	Replaced slots proc0-3 with procedure.
	
	* objects.h (SCM_OPERATOR_PROC_0, SCM_OPERATOR_PROC_1,
	SCM_OPERATOR_PROC_2, SCM_OPERATOR_PROC_3): Replaced by
	SCM_OPERATOR_PROCEDURE.
	(SCM_ENTITY_PROC_0, SCM_ENTITY_PROC_1, SCM_ENTITY_PROC_2,
	SCM_ENTITY_PROC_3): Replaced by SCM_ENTITY_PROCEDURE.


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