From 99fb2a81c771739e11091b84161f03d740eab084 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Sun, 13 Nov 2022 11:25:25 +0100 Subject: Reverted forward declaration from c_declare_X back to c_forward_X, and the flag "i_opt c_declared" to "i_opt c_is_forward". Sorry about this, but hopefully not a widely used feature for most yet. --- include/stc/cstack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stc/cstack.h') diff --git a/include/stc/cstack.h b/include/stc/cstack.h index 011a7884..7e46da86 100644 --- a/include/stc/cstack.h +++ b/include/stc/cstack.h @@ -33,7 +33,7 @@ #endif #include "template.h" -#if !c_option(c_declared) +#if !c_option(c_is_forward) #ifdef i_capacity #define _i_no_clone _cx_deftypes(_c_cstack_fixed, _cx_self, i_key, i_capacity); -- cgit v1.2.3