aboutsummaryrefslogtreecommitdiff
path: root/lib/qparser/tokens.mly
diff options
context:
space:
mode:
authorChimrod <>2024-01-19 11:55:15 +0100
committerChimrod <>2024-01-19 11:55:15 +0100
commit86fd78a5ab65015a9c18ad601856f1b16ed90fa9 (patch)
treeef47902c248fe385fffbcf6162001aa81748b895 /lib/qparser/tokens.mly
parentc8fb3bdbf3d35c0fd4496d3150961e1fcb202f05 (diff)
Wait to get a valid syntax before considering a new location
Diffstat (limited to 'lib/qparser/tokens.mly')
-rw-r--r--lib/qparser/tokens.mly2
1 files changed, 1 insertions, 1 deletions
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 <string>LOCATION_START
+%token <unit -> string>LOCATION_START
%token LOCATION_END
%token PLUS