From 0b307a34d191fee98eabf8332d41e853a99e2298 Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Tue, 28 Sep 1999 00:18:34 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) 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.