parse: Support @if conditionals in record definitions

Closes #3531
This commit is contained in:
Arne Welzel 2024-01-06 14:05:45 +01:00
parent 5ff99f7d0b
commit f3cbfa9c25
17 changed files with 147 additions and 2 deletions

View file

@ -1319,9 +1319,9 @@ type_list:
;
type_decl_list:
type_decl_list type_decl
type_decl_list conditional_list type_decl
{
$1->push_back($2);
$1->push_back($3);
}
|
{