From a913e030b5db2e0d0a49234a86fa39930b4ed6e9 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 3 Nov 2022 12:44:44 +0100 Subject: Renamed forward_CONTAINER(...) => declare_CONTAINER(...), and c_is_fwd => c_declared, for the i_opt option define. --- include/stc/clist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stc/clist.h') 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); -- cgit v1.2.3