1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

* __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.
This commit is contained in:
Greg J. Badros 1999-09-28 00:18:16 +00:00
parent 155265386a
commit bfc69694be
3 changed files with 16 additions and 16 deletions

View file

@ -1796,7 +1796,7 @@ scm_evaluator_traps (setting)
SCM_N_EVALUATOR_TRAPS,
s_evaluator_traps);
SCM_RESET_DEBUG_MODE;
SCM_ALLOW_INTS
SCM_ALLOW_INTS;
return ans;
}