From 730faa451fbc3e7ae37c8a3b32b9d4d99007c666 Mon Sep 17 00:00:00 2001 From: nodist Date: Sat, 11 Jul 2026 19:52:56 -0400 Subject: remove compressed pointers --- docs/type_system/group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/group.md') diff --git a/docs/type_system/group.md b/docs/type_system/group.md index 213e3e0..0664276 100644 --- a/docs/type_system/group.md +++ b/docs/type_system/group.md @@ -12,7 +12,7 @@ Group[[INDEX | SYMBOL] Collection[VAR_TREE_LIST; TYPE.SYMBOL]] ```c typedef struct { - kpl_ptr var_tree, var_list; + kpl_type *var_tree, *var_list; } kpl_type_body_group; ``` -- cgit v1.2.3