widl: Fix build failure in parser.y.

This commit is contained in:
Gerald Pfeifer 2007-10-12 12:27:41 +02:00 committed by Alexandre Julliard
parent 860cf251f6
commit a7c6a27696
1 changed files with 1 additions and 0 deletions

View File

@ -514,6 +514,7 @@ uuid_string:
| aSTRING { if (!is_valid_uuid($1))
yyerror("invalid UUID: %s", $1);
$$ = parse_uuid($1); }
;
callconv:
| tSTDCALL