summaryrefslogtreecommitdiffhomepage
path: root/include/stc/clist.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-11-03 12:44:44 +0100
committerTyge Løvset <[email protected]>2022-11-03 12:44:44 +0100
commita913e030b5db2e0d0a49234a86fa39930b4ed6e9 (patch)
tree3cf10eb3bdc2bc0f958d32b3dcf44888d16ea75b /include/stc/clist.h
parent0a9ab178aad191dc3a394e5fa8aca860da9ee9b0 (diff)
downloadSTC-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/clist.h')
-rw-r--r--include/stc/clist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/clist.h b/include/stc/clist.h
index 82adcdf8..b23a25ca 100644
--- a/include/stc/clist.h
+++ b/include/stc/clist.h
@@ -85,7 +85,7 @@ _c_clist_complete_types(clist_VOID, dummy);
#endif
#include "template.h"
-#if !c_option(c_is_fwd)
+#if !c_option(c_declared)
_cx_deftypes(_c_clist_types, _cx_self, i_key);
#endif
_cx_deftypes(_c_clist_complete_types, _cx_self, dummy);