mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-11 00:00:49 +02:00
*** empty log message ***
This commit is contained in:
parent
156dcb091b
commit
1006486ec2
1 changed files with 14 additions and 0 deletions
|
@ -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>
|
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
|
* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue