Skip to content

Commit

Permalink
More parentheses, fixes FStarLang#68
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Nov 20, 2017
1 parent 4a723c6 commit ba57327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PrintC.ml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ and defeat_Wparentheses op e prec =
if not !Options.parentheses then
prec
else match op, e with
| (BShiftL | BShiftR | BXor | BOr | BAnd), Op2 ((Add | Sub | BOr | BXor), _, _) ->
| (BShiftL | BShiftR | BXor | BOr | BAnd), Op2 ((Add | Sub | BOr | BXor | BAnd), _, _) ->
0
| _ ->
prec
Expand Down

0 comments on commit ba57327

Please sign in to comment.