3 Apr
2023
3 Apr
'23
7:38 a.m.
Rémi Bernon (@rbernon) commented about tools/widl/parser.y:
| tPROPGET { $$ = attr_int( @$, ATTR_PROPGET, 0 ); } | tPROPPUT { $$ = attr_int( @$, ATTR_PROPPUT, 0 ); } | tPROPPUTREF { $$ = attr_int( @$, ATTR_PROPPUTREF, 0 ); } + | tPROTECTED { $$ = attr_int( @$, ATTR_PROTECTED, 0 ); }
Would you mind splitting this, adding `protected` attribute parsing first and then `composable` attribute? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2561#note_28629