diff options
| author | 2024-06-12 21:41:35 -0400 | |
|---|---|---|
| committer | 2024-06-12 21:41:35 -0400 | |
| commit | 503b08caadb9be5b54d8542ad57973612d061cfc (patch) | |
| tree | 4d1d5ebef0f2e11dfa2532d6788f186a20c42697 /cheney_c89.c | |
| parent | strings: add more tests (diff) | |
change uns_root_ptr to uns_ctr
Diffstat (limited to '')
| -rw-r--r-- | cheney_c89.c | 2 |
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); |
