1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-07 08:40:21 +02:00

*** empty log message ***

This commit is contained in:
Greg J. Badros 1999-12-16 20:49:31 +00:00
parent 0c95b57d77
commit df850562d5

View file

@ -1,3 +1,13 @@
Thu Dec 16 12:41:22 1999 Greg J. Badros <gjb@cs.washington.edu>
* coop-threads.c: Remove K&R function headers.
* scm_validate.h: Added SCM_VALIDATE_THREAD.
* *.c: Remove SCM_NIMP(X) when it is an extraneous pre-test given
that SCM_FOOP macros all now include SCM_NIMP in their expansion.
This simplifies lots of code, making it far more readable.
Wed Dec 15 19:45:14 1999 Greg J. Badros <gjb@cs.washington.edu>
* *.h: Use SCM_NIMP(X) && in all the FOOP macros.