mirror of
https://github.com/Ed94/gencpp.git
synced 2025-11-04 07:46:12 -08:00
lexer/parser revamp progress: got c11 ver compiling (synchup before continuation)
This commit is contained in:
@@ -108,7 +108,7 @@ inline
|
||||
void logger_fmt(Context* ctx, LogLevel level, char const* fmt, ...)
|
||||
{
|
||||
local_persist thread_local
|
||||
PrintF_Buffer buf = struct_zero(PrintF_Buffer);
|
||||
PrintF_Buffer buf = struct_zero_init();
|
||||
|
||||
va_list va;
|
||||
va_start(va, fmt);
|
||||
|
||||
Reference in New Issue
Block a user