summaryrefslogtreecommitdiffhomepage
path: root/examples/hashmap.c
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-06-01 18:31:41 +0200
committerTyge Løvset <[email protected]>2022-06-01 18:31:41 +0200
commit254e61e2774d6b8fa6064e61c054014bfc460d91 (patch)
tree1d350b9370a00cbc87f57ec484620d766788f8f7 /examples/hashmap.c
parentde5b9db42473801e83e93b35968c7cfc4b782e3a (diff)
downloadSTC-modified-254e61e2774d6b8fa6064e61c054014bfc460d91.tar.gz
STC-modified-254e61e2774d6b8fa6064e61c054014bfc460d91.zip
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).
Diffstat (limited to 'examples/hashmap.c')
-rw-r--r--examples/hashmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hashmap.c b/examples/hashmap.c
index ab980045..ac4e29bc 100644
--- a/examples/hashmap.c
+++ b/examples/hashmap.c
@@ -1,5 +1,4 @@
// https://doc.rust-lang.org/rust-by-example/std/hash.html
-#define i_implement
#include <stc/cstr.h>
#define i_key_str
#define i_val_str