renamed enum and struct
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user