*** empty log message ***
authorGreg J. Badros <gjb@cs.washington.edu>
Thu, 16 Dec 1999 20:49:31 +0000 (20:49 +0000)
committerGreg J. Badros <gjb@cs.washington.edu>
Thu, 16 Dec 1999 20:49:31 +0000 (20:49 +0000)
libguile/ChangeLog

index e76be6b..a3315f5 100644 (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.