Fix codegen hidden bugs

This commit is contained in:
2025-04-19 21:11:10 +01:00
parent 9a651665ba
commit 25395553d7
3 changed files with 9 additions and 7 deletions

View File

@@ -6,8 +6,6 @@
#include "../../common/aliases/aliases.h"
#include <stddef.h>
typedef struct str8 Str8;
internal Str8List str8_node_to_list(Str8Node *node);
Str8Node *wapp_str8_list_get(const Str8List *list, u64 index) {