From 254e61e2774d6b8fa6064e61c054014bfc460d91 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Wed, 1 Jun 2022 18:31:41 +0200 Subject: Reverted to default static linkage of non-templated symbols (cstr, csview, ..), as it gives smaller executables and is convenient for small applications. (no need to define i_implement when functions is used in one translaton unit only). --- examples/astar.c | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/astar.c') diff --git a/examples/astar.c b/examples/astar.c index db2d128c..4b86df9e 100644 --- a/examples/astar.c +++ b/examples/astar.c @@ -4,7 +4,6 @@ // This is a reimplementation of the CTL example to STC: // https://github.com/glouw/ctl/blob/master/examples/astar.c // https://www.redblobgames.com/pathfinding/a-star/introduction.html -#define i_implement #include #include -- cgit v1.2.3