mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-19 19:20:23 +02:00
*** empty log message ***
This commit is contained in:
parent
532565b047
commit
5315b8620a
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ do { \
|
|||
{ \
|
||||
if (bp->nrest) \
|
||||
{ \
|
||||
int n = nargs - bp->nargs - 1; \
|
||||
int n = nargs - (bp->nargs - 1); \
|
||||
if (n < 0) \
|
||||
goto vm_error_wrong_num_args; \
|
||||
POP_LIST (n); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue