- Notifications
You must be signed in to change notification settings - Fork5
Commit1e3e1ae
committed
Remove gram.y's precedence declaration for OVERLAPS.
The allowed syntax for OVERLAPS, viz "row OVERLAPS row", is sufficientlyconstrained that we don't actually need a precedence declaration forOVERLAPS; indeed removing this declaration does not change the generatedgram.c file at all. Let's remove it to avoid confusion about whetherOVERLAPS has precedence or not. If we ever generalize what we allow forOVERLAPS, we might need to put back a precedence declaration for it,but we might want some other level than what it has today --- and leavingthe declaration there would just risk confusion about whether that wouldbe an incompatible change.Likewise, remove OVERLAPS from the documentation's precedence table.Per discussion with Noah Misch. Back-patch to 9.5 where we hacked up somenearby precedence decisions.1 parent2a330d5 commit1e3e1ae
2 files changed
+0
-7
lines changedLines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1069 | 1069 |
| |
1070 | 1070 |
| |
1071 | 1071 |
| |
1072 |
| - | |
1073 |
| - | |
1074 |
| - | |
1075 |
| - | |
1076 |
| - | |
1077 |
| - | |
1078 | 1072 |
| |
1079 | 1073 |
| |
1080 | 1074 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
673 | 673 |
| |
674 | 674 |
| |
675 | 675 |
| |
676 |
| - | |
677 | 676 |
| |
678 | 677 |
| |
679 | 678 |
| |
|
0 commit comments
Comments
(0)