diff options
| author | Tyge Løvset <[email protected]> | 2022-11-13 11:25:25 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-11-13 11:25:25 +0100 |
| commit | 99fb2a81c771739e11091b84161f03d740eab084 (patch) | |
| tree | 11fcb6b1fe8497b0cfa524987ec300fdf269557e /include/stc/cbox.h | |
| parent | e0fc0f2ec3846334496ab90b46ce1d69e9bbd230 (diff) | |
| download | STC-modified-99fb2a81c771739e11091b84161f03d740eab084.tar.gz STC-modified-99fb2a81c771739e11091b84161f03d740eab084.zip | |
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.
Diffstat (limited to 'include/stc/cbox.h')
| -rw-r--r-- | include/stc/cbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cbox.h b/include/stc/cbox.h index 7b0e6742..cf9e1b5a 100644 --- a/include/stc/cbox.h +++ b/include/stc/cbox.h @@ -79,7 +79,7 @@ int main() { #include "template.h" typedef i_keyraw _cx_raw; -#if !c_option(c_declared) +#if !c_option(c_is_forward) _cx_deftypes(_c_cbox_types, _cx_self, i_key); #endif |
