Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline

This commit is contained in:
Roberto Raggi
2009-02-17 11:52:56 +01:00
3 changed files with 37 additions and 20 deletions

View File

@@ -388,8 +388,9 @@ bool CheckSpecifier::visit(TypeofSpecifierAST *ast)
return false;
}
bool CheckSpecifier::visit(AttributeSpecifierAST *)
bool CheckSpecifier::visit(AttributeSpecifierAST *ast)
{
accept(ast->next);
return false;
}