Process type-ids.

This commit is contained in:
Roberto Raggi
2010-08-13 11:08:46 +02:00
parent d626e639d0
commit 105ec09e94

View File

@@ -1437,6 +1437,7 @@ bool Bind::visit(TypeIdAST *ast)
}
DeclaratorIdAST *declaratorId = 0;
type = this->declarator(ast->declarator, type, &declaratorId);
_expression = type;
return false;
}