summaryrefslogtreecommitdiffhomepage
path: root/lexer.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-08-25 20:38:36 +0200
committerJo-Philipp Wich <jo@mein.io>2020-08-25 20:38:36 +0200
commit7272a2d7ee0876e4e92fa352ce6f240c040b7f50 (patch)
tree837292f93d6974c613f9c722fbb128f760131e81 /lexer.h
parent58450742953e8782c546a42ab541d601c6abc856 (diff)
treewide: add proper null value handling
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'lexer.h')
-rw-r--r--lexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexer.h b/lexer.h
index 27039f9..7a5726b 100644
--- a/lexer.h
+++ b/lexer.h
@@ -19,7 +19,7 @@
#include "ast.h"
-#define __T_MAX 70
+#define __T_MAX 71
#define T_EXCEPTION (__T_MAX + 0)
#define T_CFUNC (__T_MAX + 1)
#define T_RESSOURCE (__T_MAX + 2)