1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2003-04-12 16:48:47 +00:00
parent 99290b905d
commit e21bdaf4a4

View file

@ -2310,7 +2310,9 @@ dispatch:
if (first)
t.arg1 = val;
else
RETURN (val);
{
RETURN (val);
}
}
proc = SCM_CDR (x);
proc = evalcar (proc, env);