Cleanup ptr operators.

This commit is contained in:
Roberto Raggi
2009-11-10 15:30:16 +01:00
parent 1fb33e9fad
commit 4fc2ccf0c5
12 changed files with 49 additions and 54 deletions

View File

@@ -71,7 +71,7 @@ public:
FullySpecifiedType check(DeclaratorAST *declarator, FullySpecifiedType type,
Scope *scope, Name **name = 0); // ### ugly
FullySpecifiedType check(PtrOperatorAST *ptrOperators, FullySpecifiedType type,
FullySpecifiedType check(PtrOperatorListAST *ptrOperators, FullySpecifiedType type,
Scope *scope);
FullySpecifiedType check(ObjCMethodPrototypeAST *methodPrototype, Scope *scope);