aboutsummaryrefslogtreecommitdiffstats
path: root/src/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors.h')
-rw-r--r--src/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/errors.h b/src/errors.h
index 871711b..eb83e52 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -23,6 +23,8 @@ typedef enum ErrorValue {
23 ERR_NOT_A_BOOL, 23 ERR_NOT_A_BOOL,
24 ERR_NOT_A_LPAREN, 24 ERR_NOT_A_LPAREN,
25 ERR_NOT_A_RPAREN, 25 ERR_NOT_A_RPAREN,
26 ERR_SYMBOL_REDEF,
27 ERR_UNKNOWN_SYMBOL,
26 ERR_OK, 28 ERR_OK,
27} ErrorValue; 29} ErrorValue;
28 30