summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cbox.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-10-20 22:01:40 +0200
committerTyge Løvset <[email protected]>2022-10-20 22:01:40 +0200
commit650f6218c1b2afce696b2dd7e98c76dcdeafce24 (patch)
treeb580f94d31008370564c2f2132ef0adc992f3c8b /include/stc/cbox.h
parent4694e23046f3692f7e4b857f8ea8a8ffd0374dbf (diff)
downloadSTC-modified-650f6218c1b2afce696b2dd7e98c76dcdeafce24.tar.gz
STC-modified-650f6218c1b2afce696b2dd7e98c76dcdeafce24.zip
Reverted some of the changes, but works now well.
Diffstat (limited to 'include/stc/cbox.h')
-rw-r--r--include/stc/cbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cbox.h b/include/stc/cbox.h
index 651abf4b..fbd19c50 100644
--- a/include/stc/cbox.h
+++ b/include/stc/cbox.h
@@ -73,7 +73,7 @@ int main() {
#if !(defined i_cmp || defined i_less || defined i_key_class || defined i_val_class)
#define _i_no_cmp
#endif
-#if !(defined i_eq || defined i_hash || defined i_key_class || defined i_val_class)
+#if !(defined i_eq || defined i_hash)
#define _i_no_hash
#endif
#include "template.h"