[Git][wine/wine][master] vbscript: Report correct error character position for invalid parenthesized call.
Alexandre Julliard pushed to branch master at wine / wine Commits: 008bb91c by Francis De Brabandere at 2026-03-20T20:53:02+01:00 vbscript: Report correct error character position for invalid parenthesized call. When a call statement uses parentheses around multiple arguments without the Call keyword (e.g. strcomp("x", "y")), set error_loc to the current lexer position so that the error character is reported correctly. - - - - - 2 changed files: - dlls/vbscript/parser.y - dlls/vbscript/tests/run.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/008bb91c1e7595b8c94015eade100c6... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/008bb91c1e7595b8c94015eade100c6... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)