Skip to content

Commit

Permalink
[gen] Wider default mode for diy
Browse files Browse the repository at this point in the history
See comment #531 (comment)
  • Loading branch information
maranget committed Mar 1, 2023
1 parent c71fffb commit 8c2fc8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen/alt.ml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ module Make(C:Builder.S)
(*
Now accept some internal with internal composition
*)
| (Ws Int|Rf Int|Fr Int|Po (Diff,_,_)),Dp (_,Diff,_)
| (Dp (_,Diff,_)|Po (Diff,_,_)),(Ws Int|Rf Int|Fr Int)
| (Ws Int|Rf Int|Fr Int|Po (Diff,_,_)),Dp (_,_,_)
| (Dp (_,_,_)|Po (Diff,_,_)),(Ws Int|Rf Int|Fr Int)
| Dp (_,Diff,_),Po (Diff,_,_)
| Rf Int,Po (Same,_,_)
| Po (Same,_,_),Rf Int
Expand Down

0 comments on commit 8c2fc8a

Please sign in to comment.