mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-21 20:20:24 +02:00
* print.c (scm_iprin1): Removed suspect looking (and indeed
malevolent) semicolon after test for user supplied closure print procedure. (Thanks to Telford Tendys.)
This commit is contained in:
parent
263a691f04
commit
77c25af7d1
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ taloop:
|
||||||
macro closures as well. */
|
macro closures as well. */
|
||||||
if (SCM_FALSEP (scm_procedure_p (SCM_PRINT_CLOSURE))
|
if (SCM_FALSEP (scm_procedure_p (SCM_PRINT_CLOSURE))
|
||||||
|| SCM_FALSEP (scm_printer_apply (SCM_PRINT_CLOSURE,
|
|| SCM_FALSEP (scm_printer_apply (SCM_PRINT_CLOSURE,
|
||||||
exp, port, pstate)));
|
exp, port, pstate)))
|
||||||
{
|
{
|
||||||
SCM name, code, env;
|
SCM name, code, env;
|
||||||
if (SCM_TYP16 (exp) == scm_tc16_macro)
|
if (SCM_TYP16 (exp) == scm_tc16_macro)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue