diff options
| author | Tyge Løvset <[email protected]> | 2022-10-20 21:28:00 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-10-20 21:28:00 +0200 |
| commit | 4694e23046f3692f7e4b857f8ea8a8ffd0374dbf (patch) | |
| tree | 21c9c861ee701c6a5f9f5e6d165cf55d98845c2f /include/stc/template.h | |
| parent | b40ca18d43d31f997f64de6168ada58c7dfad9b9 (diff) | |
| download | STC-modified-4694e23046f3692f7e4b857f8ea8a8ffd0374dbf.tar.gz STC-modified-4694e23046f3692f7e4b857f8ea8a8ffd0374dbf.zip | |
Fixed previous commit, and city.c example.
Diffstat (limited to 'include/stc/template.h')
| -rw-r--r-- | include/stc/template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/template.h b/include/stc/template.h index 000b516e..4e954b46 100644 --- a/include/stc/template.h +++ b/include/stc/template.h @@ -142,7 +142,7 @@ #ifndef i_cmp #define i_cmp c_paste(i_keyraw, _cmp) #endif - #if !defined i_hash + #ifndef i_hash #define i_hash c_paste(i_keyraw, _hash) #endif #endif |
