summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cset.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-07 09:48:19 +0200
committerTyge Løvset <[email protected]>2021-09-07 09:48:19 +0200
commit5fabf7416364a3b15bc253d98e95a02a56cf409a (patch)
treeac100569de21b3e9e411f00d591a7927cf748b54 /include/stc/cset.h
parent007d8a204df58a2e051f9de3c417b3a0fbf3f515 (diff)
downloadSTC-modified-5fabf7416364a3b15bc253d98e95a02a56cf409a.tar.gz
STC-modified-5fabf7416364a3b15bc253d98e95a02a56cf409a.zip
Switched to lowercase input define symbols, e.g. i_KEY => i_key, etc.
Diffstat (limited to 'include/stc/cset.h')
-rw-r--r--include/stc/cset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/stc/cset.h b/include/stc/cset.h
index aaa42e46..ffdbca0d 100644
--- a/include/stc/cset.h
+++ b/include/stc/cset.h
@@ -23,8 +23,8 @@
// Unordered set - implemented as closed hashing with linear probing and no tombstones.
/*
-#define i_TAG sx
-#define i_KEY int
+#define i_tag sx
+#define i_key int
#include <stc/cset.h>
#include <stdio.h>
@@ -39,7 +39,7 @@ int main(void) {
}
*/
-#define i_MODULE cset
+#define i_module cset
#define cx_MAP_ONLY c_false
#define cx_SET_ONLY c_true
#define cx_keyref(vp) (vp)