diff options
| author | rillig <rillig@NetBSD.org> | 2021-12-10 19:47:20 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2021-12-10 19:47:20 +0000 |
| commit | c5f04d9baca1f99d20000a8ad8f1ff9c1c5be939 (patch) | |
| tree | 47802d40293a476af30cc249c6110f5884d3a19d /sys/dev | |
| parent | f76bbb0f997138e68aba8b92fd76ac5ef56b68c0 (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')
0 files changed, 0 insertions, 0 deletions
