From 4ac5ef68726057ff97e56c951e4faeaa29995e40 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Fri, 18 Feb 2022 16:25:25 +0100 Subject: Some improvements and cleanup: CRegex, CMap. --- examples/new_map.c | 2 +- examples/new_smap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/new_map.c b/examples/new_map.c index a7008e4f..97fce008 100644 --- a/examples/new_map.c +++ b/examples/new_map.c @@ -1,7 +1,7 @@ #include #include -forward_cmap(cmap_pnt, struct Point, int, uint32_t); +forward_cmap(cmap_pnt, struct Point, int); struct MyStruct { cmap_pnt pntmap; diff --git a/examples/new_smap.c b/examples/new_smap.c index 431f18c4..382d27ae 100644 --- a/examples/new_smap.c +++ b/examples/new_smap.c @@ -1,7 +1,7 @@ #include #include -forward_csmap(PMap, struct Point, int, uint32_t); +forward_csmap(PMap, struct Point, int); // Use forward declared PMap in struct struct MyStruct { -- cgit v1.2.3