From 00cf382196f81e22256e22e5c79a9d3503db5e91 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Wed, 13 Oct 2021 21:08:17 +0200 Subject: Add supress-errors primitive and variable tests --- src/bootstrap/errors.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bootstrap/errors.c') diff --git a/src/bootstrap/errors.c b/src/bootstrap/errors.c index 13a2f3c..61ea902 100644 --- a/src/bootstrap/errors.c +++ b/src/bootstrap/errors.c @@ -46,6 +46,7 @@ static const char* error_msgs[] = { #define ERR_MAX_NUMBER 16 static Error errors[ERR_MAX_NUMBER]; static size_t errors_n = 0; +static bool supress_errors = false; void error_push(Error error) { -- cgit v1.2.1