summaryrefslogtreecommitdiffstats
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.y b/parser.y
index 18ff2d35..004211aa 100644
--- a/parser.y
+++ b/parser.y
@@ -93,7 +93,7 @@ static val parsed_spec;
%left '|' '/'
%left '&'
%right '~' '*' '?' '+' '%'
-%right '.' '\\' REGCHAR LITCHAR
+%right '.' REGCHAR LITCHAR
%%