* __scm.h: Fix a bunch of macros that were missing do-while(0)
authorGreg J. Badros <gjb@cs.washington.edu>
Tue, 28 Sep 1999 00:18:16 +0000 (00:18 +0000)
committerGreg J. Badros <gjb@cs.washington.edu>
Tue, 28 Sep 1999 00:18:16 +0000 (00:18 +0000)
commitbfc69694be1d44006c3efedf2e8a25e424607b32
tree22d3b1e43c3a910dbec8245e741b6cf763056a1f
parent155265386aed494565135da4b73dffb8c945f931
* __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.
libguile/__scm.h
libguile/debug.c
libguile/eval.c