aboutsummaryrefslogtreecommitdiffstats
path: root/cheney_c89.c
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-06-12 21:41:35 -0400
committerGravatar Peter McGoron 2024-06-12 21:41:35 -0400
commit503b08caadb9be5b54d8542ad57973612d061cfc (patch)
tree4d1d5ebef0f2e11dfa2532d6788f186a20c42697 /cheney_c89.c
parentstrings: add more tests (diff)
change uns_root_ptr to uns_ctr
Diffstat (limited to '')
-rw-r--r--cheney_c89.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cheney_c89.c b/cheney_c89.c
index e6aee3a..25b248f 100644
--- a/cheney_c89.c
+++ b/cheney_c89.c
@@ -103,7 +103,7 @@ int uns_cheney_c89_collect(struct uns_gc *gc)
unsigned char *scanptr;
size_t newlen = gc->next_alloc;
- struct uns_root_list *root;
+ struct uns_ctr *root;
assert(gc->next_alloc >= fromspace_lim - fromspace);