its compiling... (prepping for runtime testing)

This commit is contained in:
ed
2025-02-08 23:27:06 -05:00
parent 3b12268f46
commit 50c7853b9f
15 changed files with 138 additions and 54 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ arena_pop(Arena* arena, SSIZE amt) {
//- rjf: temporary arena scopes
inline TempArena
temp_begin(Arena *arena) {
temp_begin(Arena* arena) {
U64 pos = arena_pos(arena);
TempArena temp = {arena, pos};
return temp;