From 89418faafd87cbbf0b36bc8bf916904a170073f6 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 12 Jun 2026 15:22:19 -0400 Subject: use gnu23 --- docs/application/type.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/application/type.md') 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; -- cgit v1.2.3