Update experimental dictionary #calc for new Coco pragmas

This commit is contained in:
Mark Olesen
2009-12-21 09:28:17 +01:00
parent daf1d6db3d
commit 438a83fc81
8 changed files with 421 additions and 292 deletions

View File

@ -199,14 +199,12 @@ Parser::Parser(Scanner* scan, Errors* err)
:
dummyToken(NULL),
deleteErrorsDestruct_(!err),
minErrDist(2),
errDist(minErrDist),
scanner(scan),
errors(err),
t(NULL),
la(NULL)
{
maxT = 13;
if (!errors) { // add in default error handling
errors = new Errors();
@ -317,8 +315,12 @@ void Errors::Exception(const wchar_t* msg) {
::exit(1);
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // namespace
} // namespace
} // namespace
// ************************************************************************* //