widl: Allow modules without attributes.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2021-10-04 13:09:15 +03:00 committed by Alexandre Julliard
parent 5a19769245
commit e3893d6bfd
1 changed files with 1 additions and 1 deletions

View File

@ -1082,7 +1082,7 @@ dispinterfaceref:
module: tMODULE typename { $$ = type_module_declare($2); }
;
moduledef: attributes module '{' int_statements '}' semicolon_opt
moduledef: m_attributes module '{' int_statements '}' semicolon_opt
{ $$ = type_module_define($2, $1, $4); }
;