summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cset.h
diff options
context:
space:
mode:
authortylo <[email protected]>2021-09-15 10:11:48 +0200
committertylo <[email protected]>2021-09-15 10:11:48 +0200
commite3f877b8327417cf212d66c156b40c70bdc11b6e (patch)
tree247b0ce7a05177158413be0dcb43a6f6b5f6219b /include/stc/cset.h
parentd716acdc8289dd60c394c568b5ef3f88700a855c (diff)
downloadSTC-modified-e3f877b8327417cf212d66c156b40c70bdc11b6e.tar.gz
STC-modified-e3f877b8327417cf212d66c156b40c70bdc11b6e.zip
Fixed issue with using i_prefix as indicator of cset/csset.
Diffstat (limited to 'include/stc/cset.h')
-rw-r--r--include/stc/cset.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/stc/cset.h b/include/stc/cset.h
index 2861ce89..44e0808a 100644
--- a/include/stc/cset.h
+++ b/include/stc/cset.h
@@ -42,7 +42,5 @@ int main(void) {
#ifndef i_prefix
#define i_prefix cset_
#endif
-#define cx_MAP_ONLY c_false
-#define cx_SET_ONLY c_true
-#define cx_keyref(vp) (vp)
+#define cx_isset
#include "cmap.h"