mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 23:28:45 +00:00
its compiling... (prepping for runtime testing)
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user