Stefan Leichter wrote:
Hi,
i am getting a compile error on current cvs. Does anyone else seeing this problem e.g. on git ?
Does the attached patch help?
Jacek
diff --git a/tools/widl/parser.y b/tools/widl/parser.y index 9f288bf..4f3ed57 100644 --- a/tools/widl/parser.y +++ b/tools/widl/parser.y @@ -279,6 +279,7 @@ import: import_start imp_statements aE ;
importlib: tIMPORTLIB '(' aSTRING ')' { if(!parse_only) add_importlib($3); } + ;
libraryhdr: tLIBRARY aIDENTIFIER { $$ = $2; } ;