mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-05 03:30:24 +02:00
Merge remote-tracking branch 'whippet/main' into wip-whippet
This commit is contained in:
commit
5d94b78095
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ struct root_worklist {
|
||||||
struct gc_root *buf;
|
struct gc_root *buf;
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
static void
|
||||||
root_worklist_alloc(struct root_worklist *q) {
|
root_worklist_alloc(struct root_worklist *q) {
|
||||||
q->buf = realloc(q->buf, q->size * sizeof(struct gc_root));
|
q->buf = realloc(q->buf, q->size * sizeof(struct gc_root));
|
||||||
if (!q->buf) {
|
if (!q->buf) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue