Typing the untyped values in an array of Any, commenting stuff

This commit is contained in:
Krzosa Karol
2022-10-05 20:54:38 +02:00
parent 6f04eb86b2
commit 8395969620
4 changed files with 81 additions and 45 deletions

View File

@@ -4,8 +4,6 @@ global String symbol_prefix = ""_s;
global B32 single_header_library_mode = false;
global String single_header_library_name = ""_s;
thread_local Parse_Ctx *pctx;
Allocator *bigint_allocator;