diff options
| author | tylo <[email protected]> | 2021-09-15 10:11:48 +0200 |
|---|---|---|
| committer | tylo <[email protected]> | 2021-09-15 10:11:48 +0200 |
| commit | e3f877b8327417cf212d66c156b40c70bdc11b6e (patch) | |
| tree | 247b0ce7a05177158413be0dcb43a6f6b5f6219b /include/stc/csset.h | |
| parent | d716acdc8289dd60c394c568b5ef3f88700a855c (diff) | |
| download | STC-modified-e3f877b8327417cf212d66c156b40c70bdc11b6e.tar.gz STC-modified-e3f877b8327417cf212d66c156b40c70bdc11b6e.zip | |
Fixed issue with using i_prefix as indicator of cset/csset.
Diffstat (limited to 'include/stc/csset.h')
| -rw-r--r-- | include/stc/csset.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/stc/csset.h b/include/stc/csset.h index 19cf147c..d62526ec 100644 --- a/include/stc/csset.h +++ b/include/stc/csset.h @@ -45,7 +45,5 @@ int main(void) { #ifndef i_prefix
#define i_prefix csset_
#endif
-#define cx_MAP_ONLY c_false
-#define cx_SET_ONLY c_true
-#define cx_keyref(vp) (vp)
+#define cx_isset
#include "csmap.h"
|
