diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-28 13:41:22 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-28 13:41:22 -0400 |
| commit | cf9285b1dbdf687630076149413f16e5d4af82e8 (patch) | |
| tree | 7c10f7587cab9cd40c0d1b9e019cd4a2135e7193 /docs/application/type.md | |
| parent | 254059e2ea2df0cd63cf75d836ac9ebe00a28302 (diff) | |
Diffstat (limited to 'docs/application/type.md')
| -rw-r--r-- | docs/application/type.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/application/type.md b/docs/application/type.md index 43a8f2c..40546c1 100644 --- a/docs/application/type.md +++ b/docs/application/type.md @@ -17,17 +17,17 @@ typedef enum { } kpl_type_qualifiers; typedef union { - // 96 Bytes Max + // 64 Bytes Max } kpl_type_body; typedef struct { kpl_type_template template; uint8_t qualifiers; uint16_t modifiers; - kpl_ptr self, prev, next; - uint32_t token_position, uint16_t token_length, token_line; + uint32_t token_position; _Atomic int32_t ref_count; + kpl_ptr self, prev, next; kpl_namespace_module *module; kpl_type_body body; } kpl_type; |
