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/cdeq.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/cdeq.h')
| -rw-r--r-- | include/stc/cdeq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cdeq.h b/include/stc/cdeq.h index 302351ac..bd1a9a0f 100644 --- a/include/stc/cdeq.h +++ b/include/stc/cdeq.h @@ -38,7 +38,7 @@ struct cdeq_rep { size_t size, cap; unsigned base[1]; }; #endif #include "template.h" -#if !c_option(c_is_fwd) +#if !c_option(c_declared) _cx_deftypes(_c_cdeq_types, _cx_self, i_key); #endif typedef i_keyraw _cx_raw; |
