Do not leave $$ uninitialized in case of error

Change-Id: Id28fb53a98ff164cd14f8f9dcb4ebee7a71bfd1e
This commit is contained in:
Stephan Bergmann
2013-08-28 16:45:56 +02:00
parent 03e73d57f1
commit 2f4eeea173

View File

@@ -1484,6 +1484,7 @@ const_type :
if (!idlc()->error()->checkPublished(type))
{
type = 0;
$$ = ET_none;
}
else
{