renamed enum and struct

This commit is contained in:
hugogogo
2026-05-03 23:06:04 +02:00
parent 6648161d9a
commit 3420923557
7 changed files with 71 additions and 46 deletions

View File

@@ -106,7 +106,7 @@ void print_state()
print_context_terms();
}
int stop_errors(program_error err, const char *details, ...)
int stop_errors(e_program_error err, const char *details, ...)
{
// the base error message
const char *msg = "error: error type is out of range";