[Git][wine/wine][master] vbscript: Return error 1010 for keyword used where identifier expected in Dim.
Alexandre Julliard pushed to branch master at wine / wine Commits: 28244f78 by Francis De Brabandere at 2026-04-23T20:09:00+02:00 vbscript: Return error 1010 for keyword used where identifier expected in Dim. When a reserved keyword like If appears after Dim where an identifier is expected (e.g. "Dim If"), Windows returns error 1010 ("expected identifier"). Add an error production in DimDeclList that sets the correct VBSE_EXPECTED_IDENTIFIER error code. - - - - - 2 changed files: - dlls/vbscript/parser.y - dlls/vbscript/tests/run.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/28244f7854e61f12b5c64a452cb5cff... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/28244f7854e61f12b5c64a452cb5cff... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)