From 86fd78a5ab65015a9c18ad601856f1b16ed90fa9 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Fri, 19 Jan 2024 11:55:15 +0100 Subject: Wait to get a valid syntax before considering a new location --- lib/qparser/tokens.mly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/qparser/tokens.mly') diff --git a/lib/qparser/tokens.mly b/lib/qparser/tokens.mly index ddbc4cf..90e9e14 100644 --- a/lib/qparser/tokens.mly +++ b/lib/qparser/tokens.mly @@ -1,4 +1,4 @@ -%token LOCATION_START +%token string>LOCATION_START %token LOCATION_END %token PLUS -- cgit v1.2.3