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:
parent
155265386a
commit
bfc69694be
3 changed files with 16 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue