1
Fork 0
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:
Andy Wingo 2010-11-16 03:00:01 +01:00
parent 2090f909b4
commit eeb48bc27e

View file

@ -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)
{