diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 683858bd5..cbed96e28 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +Mon Sep 27 17:15:14 1999 Greg J. Badros + + * __scm.h: Fix a bunch of macros that were missing do-while(0) + sandwiches. + + * debug.c, eval.c: Fix buggy uses of SCM_ALLOW_INTS (missing + semicolon) exposed by the above change. + 1999-09-27 Greg J. Badros * stacks.c: Avoid compiler warning re: unitialized var.