summaryrefslogtreecommitdiffhomepage
path: root/examples/new_map.c
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-29 21:38:51 +0200
committerTyge Løvset <[email protected]>2021-09-29 21:38:51 +0200
commit3624d34fabaa388e018f907a42ecfd014d96b704 (patch)
tree1fae6ec692a32c645e0dda59a6e80d5228ab8abc /examples/new_map.c
parent23c177bbe65f83353aa5fd716d75cb4121acdba6 (diff)
downloadSTC-modified-3624d34fabaa388e018f907a42ecfd014d96b704.tar.gz
STC-modified-3624d34fabaa388e018f907a42ecfd014d96b704.zip
Changed forward declaration to support user defined container names with i_cnt.
Diffstat (limited to 'examples/new_map.c')
-rw-r--r--examples/new_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/new_map.c b/examples/new_map.c
index 2c4ee3bb..f09fe801 100644
--- a/examples/new_map.c
+++ b/examples/new_map.c
@@ -1,7 +1,7 @@
#include <stc/cstr.h>
#include <stc/forward.h>
-forward_cmap(pnt, struct Point, int);
+forward_cmap(cmap_pnt, struct Point, int);
struct MyStruct {
cmap_pnt pntmap;