diff options
| author | Tyge Løvset <[email protected]> | 2022-10-20 22:01:40 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-10-20 22:01:40 +0200 |
| commit | 650f6218c1b2afce696b2dd7e98c76dcdeafce24 (patch) | |
| tree | b580f94d31008370564c2f2132ef0adc992f3c8b /include/stc/cbox.h | |
| parent | 4694e23046f3692f7e4b857f8ea8a8ffd0374dbf (diff) | |
| download | STC-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.h | 2 |
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" |
