Do not leave $$ uninitialized in case of error
Change-Id: Id28fb53a98ff164cd14f8f9dcb4ebee7a71bfd1e
This commit is contained in:
@@ -1484,6 +1484,7 @@ const_type :
|
||||
if (!idlc()->error()->checkPublished(type))
|
||||
{
|
||||
type = 0;
|
||||
$$ = ET_none;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user