1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-10 15:50:50 +02:00

*** empty log message ***

This commit is contained in:
Greg J. Badros 1999-12-12 19:25:11 +00:00
parent 156dcb091b
commit 1006486ec2

View file

@ -1,3 +1,17 @@
Sun Dec 12 11:23:22 1999 Greg J. Badros <gjb@cs.washington.edu>
* *.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).
Sun Dec 12 11:08:51 1999 Greg J. Badros <gjb@cs.washington.edu>
* boolean.h: Added SCM_BOOL, SCM_NEGATE_BOOL, SCM_BOOLP to here,
from scm_validate.h.
* scm_validate.h: Moved above out into boolean.h, fix typo in
SCM_VALIDATE_NIM macro.
Sun Dec 12 10:29:12 1999 Greg J. Badros <gjb@cs.washington.edu>
* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMP