1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Updated errorhandling in Parser::translationUnit().

This commit is contained in:
John Camelon 2004-04-11 05:33:10 +00:00
parent 8a4ada65b3
commit 864b6075c5
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
2004-04-11 John Camelon
Updated errorhandling in Parser::translationUnit().
2004-04-10 John Camelon
Removed unused methods from IToken.
Restructured Token implementation to be more memory efficient.

View file

@ -183,8 +183,8 @@ public abstract class Parser extends ExpressionParser implements IParser
}
catch (Exception e)
{
log.traceLog( "Parser::translationUnit: Unexpected exception occurred : " + e.getMessage() );
failParse();
break;
}
}
compilationUnit.exitScope( requestor );