2 Aug
2023
2 Aug
'23
7:38 a.m.
Rémi Bernon (@rbernon) commented about tools/widl/parser.y:
| tDEFAULT { $$ = attr_int( @$, ATTR_DEFAULT, 0 ); } | tDEFAULTBIND { $$ = attr_int( @$, ATTR_DEFAULTBIND, 0 ); } | tDEFAULTCOLLELEM { $$ = attr_int( @$, ATTR_DEFAULTCOLLELEM, 0 ); } + | tDEFAULTOVERLOAD { $$ = attr_int( @$, ATTR_DEFAULT_OVERLOAD, 0 ); }
Same. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3479#note_41004