Cleanup to build with GCC 3.0.4

llvm-svn: 1794
This commit is contained in:
Chris Lattner 2002-02-24 23:25:24 +00:00
parent 5079e2ea56
commit fcd31f7534
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ int main(int argc, char **argv) {
return 1;
}
} catch (const ParseException &E) {
cerr << E.getMessage() << endl;
std::cerr << E.getMessage() << "\n";
return 1;
}