mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
removing extraneous call to gc_mark
This commit is contained in:
parent
e642a9c4cb
commit
d2e520c1ec
1 changed files with 0 additions and 1 deletions
1
gc.c
1
gc.c
|
@ -151,7 +151,6 @@ void sexp_mark (sexp ctx, sexp x) {
|
||||||
sexp_mark(ctx, p[i]);
|
sexp_mark(ctx, p[i]);
|
||||||
x = p[len];
|
x = p[len];
|
||||||
goto loop;
|
goto loop;
|
||||||
sexp_mark(ctx, x);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue