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/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/task.md') diff --git a/docs/type_system/task.md b/docs/type_system/task.md index ae547b2..56d232c 100644 --- a/docs/type_system/task.md +++ b/docs/type_system/task.md @@ -12,7 +12,7 @@ Task[[] TYPE] ```c typedef struct { - kpl_ptr type; + kpl_type *type; kpl_interface *interface; } kpl_type_body_task; ``` -- cgit v1.2.3