diff options
Diffstat (limited to 'lib/qparser/tokens.mly')
-rw-r--r-- | lib/qparser/tokens.mly | 2 |
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 |