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 boolean.c chars.c dy ...


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	99/12/12 11:24:29

Modified files:
	guile-core/libguile: boolean.c chars.c dynl.c eq.c eval.c 
	                     gh_data.c numbers.c posix.c procprop.c 
	                     ramap.c script.c srcprop.h stacks.c 
	                     strorder.c unif.c 

Log message:
	* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:
	SCM_BOOL_F) and use SCM_NEGATE_BOOL(f) instead of (f? SCM_BOOL_F:
	SCM_BOOL_T).


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