mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
fix the C syntax-error pretty-printer
* libguile/throw.c (handler_message): Fix up a bit.
This commit is contained in:
parent
2090f909b4
commit
eeb48bc27e
1 changed files with 4 additions and 2 deletions
|
@ -393,6 +393,8 @@ handler_message (void *handler_data, SCM tag, SCM args)
|
|||
scm_puts (" in form ", p);
|
||||
scm_write (form, p);
|
||||
}
|
||||
|
||||
scm_newline (p);
|
||||
}
|
||||
else if (scm_ilength (args) == 4)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue