diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-26 17:03:47 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-26 17:03:47 -0400 |
| commit | 254059e2ea2df0cd63cf75d836ac9ebe00a28302 (patch) | |
| tree | 7ba038974c6cc23101921a7d6926e2bc5cc1db96 /docs/application/type.md | |
| parent | ad516054002b4105197ef4fc37ac380cdf680750 (diff) | |
var tree lists
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 e6adc81..43a8f2c 100644 --- a/docs/application/type.md +++ b/docs/application/type.md @@ -24,9 +24,9 @@ typedef struct { kpl_type_template template; uint8_t qualifiers; uint16_t modifiers; - kpl_ptr self; - uint32_t token_position, token_length; - int32_t id; + kpl_ptr self, prev, next; + uint32_t token_position, + uint16_t token_length, token_line; _Atomic int32_t ref_count; kpl_namespace_module *module; kpl_type_body body; |
