Commit e3893d6b authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

widl: Allow modules without attributes.

parent 5a197692
......@@ -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); }
;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment