diff options
Diffstat (limited to 'docs/application/type.md')
| -rw-r--r-- | docs/application/type.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/application/type.md b/docs/application/type.md index e462e6d..5a856bd 100644 --- a/docs/application/type.md +++ b/docs/application/type.md @@ -34,8 +34,8 @@ typedef struct { kpl_type_template template; uint8_t qualifiers; uint16_t modifiers; - _Atomic int32_t ref_count; - kpl_type_ptr self, prev, next, parent; + atomic_int_least32_t ref_count; + kpl_ptr self; kpl_type_body body; } kpl_type; |
