diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-12 15:22:19 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-12 15:22:19 -0400 |
| commit | 89418faafd87cbbf0b36bc8bf916904a170073f6 (patch) | |
| tree | ea5b619a973ad83715de82a432565fba988a535f /docs/application/type.md | |
| parent | 20a19f433956f063d8048f032aaf5dcce1d61e7c (diff) | |
use gnu23
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; |
