diff options
| author | Tyge Løvset <[email protected]> | 2022-11-03 12:44:44 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-11-03 12:44:44 +0100 |
| commit | a913e030b5db2e0d0a49234a86fa39930b4ed6e9 (patch) | |
| tree | 3cf10eb3bdc2bc0f958d32b3dcf44888d16ea75b /include/stc/cmap.h | |
| parent | 0a9ab178aad191dc3a394e5fa8aca860da9ee9b0 (diff) | |
| download | STC-modified-a913e030b5db2e0d0a49234a86fa39930b4ed6e9.tar.gz STC-modified-a913e030b5db2e0d0a49234a86fa39930b4ed6e9.zip | |
Renamed forward_CONTAINER(...) => declare_CONTAINER(...),
and c_is_fwd => c_declared, for the i_opt option define.
Diffstat (limited to 'include/stc/cmap.h')
| -rw-r--r-- | include/stc/cmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cmap.h b/include/stc/cmap.h index 2cea2f54..908466d2 100644 --- a/include/stc/cmap.h +++ b/include/stc/cmap.h @@ -72,7 +72,7 @@ typedef struct { size_t idx; uint8_t hx; } chash_bucket_t; #endif #define _i_ishash #include "template.h" -#if !c_option(c_is_fwd) +#if !c_option(c_declared) _cx_deftypes(_c_chash_types, _cx_self, i_key, i_val, i_size, _i_MAP_ONLY, _i_SET_ONLY); #endif |
