some minor changes to improve the robustness for various msr-file dialects

This commit is contained in:
nemu
2008-02-04 13:46:45 +00:00
parent bdbfe3b4df
commit 07f702167e
3 changed files with 13 additions and 11 deletions

View File

@ -92,7 +92,7 @@ cout << endl << "fLines[" << i << "] = '" << fLines[i].fLine.Data() << "'";
tree_parse_info<> info = ast_parse(line.Data(), function, space_p);
if (info.full) {
cout << endl << "parse successfull ..." << endl;
cout << endl << "parse successful ..." << endl;
PFunction func(info);
fFuncs.push_back(func);
} else {