1
Fork 0
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:
Keisuke Nishida 2001-04-09 06:44:26 +00:00
parent 532565b047
commit 5315b8620a

View file

@ -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); \