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:
parent
99290b905d
commit
e21bdaf4a4
1 changed files with 3 additions and 1 deletions
|
@ -2310,7 +2310,9 @@ dispatch:
|
|||
if (first)
|
||||
t.arg1 = val;
|
||||
else
|
||||
RETURN (val);
|
||||
{
|
||||
RETURN (val);
|
||||
}
|
||||
}
|
||||
proc = SCM_CDR (x);
|
||||
proc = evalcar (proc, env);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue