1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 18:50:19 +02:00

*** empty log message ***

This commit is contained in:
Greg J. Badros 1999-09-28 00:18:34 +00:00
parent bfc69694be
commit 0b307a34d1

View file

@ -1,3 +1,11 @@
Mon Sep 27 17:15:14 1999 Greg J. Badros <gjb@cs.washington.edu>
* __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 <gjb@cs.washington.edu>
* stacks.c: Avoid compiler warning re: unitialized var.