Allow omitting = true for designated initializers of bitstruct bools.

This commit is contained in:
Christian Buttner
2024-06-22 14:53:44 +02:00
committed by Christoffer Lerno
parent 0dc2f0e923
commit 41db9c43e5
6 changed files with 67 additions and 8 deletions

View File

@@ -441,6 +441,7 @@ param_path
arg
: param_path '=' expr
| param_path
| type
| param_path '=' type
| expr