1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 23:50:19 +02:00

*** empty log message ***

This commit is contained in:
Keisuke Nishida 2001-04-06 10:06:32 +00:00
parent a80be762c3
commit 15df344720
2 changed files with 1 additions and 10 deletions

View file

@ -169,7 +169,6 @@ VM_DEFINE_FUNCTION (vector, "vector", -1)
{
ARGSN (n);
POP_LIST (n);
SYNC_BEFORE_GC ();
*sp = scm_vector (*sp);
NEXT;
}