aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 4698c35bfb..78cae5a367 100644
--- a/parse.y
+++ b/parse.y
@@ -2053,7 +2053,7 @@ arg : lhs '=' arg
/*%%%*/
$$ = call_bin_op($1, '|', $3);
/*%
- $$ = dispatch3(binary, $1, ID2SYM('!'), $3);
+ $$ = dispatch3(binary, $1, ID2SYM('|'), $3);
%*/
}
| arg '^' arg