summaryrefslogtreecommitdiffstats
path: root/parsing/parser.mly
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/parser.mly')
-rw-r--r--parsing/parser.mly2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/parser.mly b/parsing/parser.mly
index a96f05774..37e814369 100644
--- a/parsing/parser.mly
+++ b/parsing/parser.mly
@@ -1487,7 +1487,7 @@ opt_semi:
| SEMI { () }
;
subtractive:
- | MINUS { "-" }
+ | MINUS { "-" }
| MINUSDOT { "-." }
;
%%