summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-12-10 19:47:20 +0000
committerrillig <rillig@NetBSD.org>2021-12-10 19:47:20 +0000
commitc5f04d9baca1f99d20000a8ad8f1ff9c1c5be939 (patch)
tree47802d40293a476af30cc249c6110f5884d3a19d /sys/dev/raidframe
parentf76bbb0f997138e68aba8b92fd76ac5ef56b68c0 (diff)
make: simplify parsing of '||' in conditions
Previously, the grammar said 'Or -> Or || And', while the code looked more like 'Or -> And || Or'. Make the code look like the grammar and keep track of the resulting value of the condition explicitly. No functional change intended.
Diffstat (limited to 'sys/dev/raidframe')
0 files changed, 0 insertions, 0 deletions