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:
parent
8a4ada65b3
commit
864b6075c5
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue