4e99bef1
by Francis De Brabandere at 2026-04-07T17:03:45+02:00
vbscript: Reject arguments on Class_Initialize and Class_Terminate.
Windows returns error 1053 when Class_Initialize or Class_Terminate
are declared with arguments. Add the same check in compile_class()
and store source location in function_decl_t for accurate error
reporting.