--- a/src/error.c Mon May 05 19:47:25 2025 +0200 +++ b/src/error.c Tue May 06 22:54:38 2025 +0200 @@ -43,7 +43,7 @@ putchar('\n'); } -void asc_error_impl(const char* file, unsigned line, char const* fmt, ...) { +void asc_error_(const char* file, unsigned line, char const* fmt, ...) { asc_set_flag(asc_context.flags, ASC_FLAG_HAS_ERROR); // write to error buffer