Improved panic mode error recovery

This commit is contained in:
Roberto Raggi
2009-12-03 12:19:50 +01:00
parent 72ed9b5b51
commit 1c40a4bcd6
2 changed files with 40 additions and 42 deletions

View File

@@ -251,7 +251,7 @@ public:
bool lookAtObjCSelector() const;
bool skipUntil(int token);
bool skipUntilDeclaration();
void skipUntilDeclaration();
bool skipUntilStatement();
bool skip(int l, int r);