From 51c4defc436c0d119941eb6d5b953d27b5b8e6f7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 7 Aug 2021 23:39:21 +0200 Subject: Better error logging --- inc/tokenize.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/tokenize.h') diff --git a/inc/tokenize.h b/inc/tokenize.h index d1a2931..f5e8600 100644 --- a/inc/tokenize.h +++ b/inc/tokenize.h @@ -28,6 +28,7 @@ enum token_type { struct token { enum token_type type; + struct ctx_location location; ctx_string string; }; -- cgit v1.2.3