gen_c11.c: generates base

This commit is contained in:
2025-02-10 21:48:46 -05:00
parent 5d8850af55
commit a2938ef3fa
11 changed files with 170 additions and 39 deletions
+1 -1
View File
@@ -1129,7 +1129,7 @@ indented_from_string__ainfo(AllocatorInfo ainfo, String8 string)
{
TempArena scratch = scratch_begin(ainfo);
read_only local_persist U8 indentation_bytes[] = " ";
local_persist U8 indentation_bytes[] = " ";
String8List indented_strings = {0};
S64 depth = 0;