From 3112061bd5cc45a175f230ef3458a4bc06c5c5a2 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Tue, 28 Jul 2020 07:12:23 +0200 Subject: Reverted to before lowercasing types --- examples/list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/list.c') diff --git a/examples/list.c b/examples/list.c index 2eb1f4c0..53b8711f 100644 --- a/examples/list.c +++ b/examples/list.c @@ -2,10 +2,10 @@ #include #include #include -declare_clist(ix, uint64_t); +declare_CList(ix, uint64_t); int main() { - clist_ix list = clist_init; + CList_ix list = clist_init; crandom32_t pcg = crandom32_init(time(NULL)); int n; for (int i=0; i<10000000; ++i) // ten million -- cgit v1.2.3