[PATCH v2] vbscript: Allow public and private declarations in global scope.

Jacek Caban jacek at codeweavers.com
Mon Sep 28 13:12:11 CDT 2020


Hi Robert,

On 28.09.2020 12:47, Robert Wilhelm wrote:
> v2: As suggested by Jacek, I moved the the dimdeclaration to SourceElements.
>      No more check is needed in compile_dim_statement.
>      This adds one reduce/shift conflict regarding "Public Default".
>      It should be harmless as bison always shifts.


It seems that simply partially duplicating Storage rule can avoid the 
conflict. As for the test bot, it seem that Windows is not consequent 
about how it reports the error, so I stripped that part and sent a new 
version.


Thanks,

Jacek




More information about the wine-devel mailing list