diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp index 90358661..85307663 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -203,11 +203,11 @@ int main(int argc, char *argv[]) ::std::cerr << "Parser Error: " << e.what() << ::std::endl;
return 2;
}
- catch(const ::std::exception& e)
- {
- ::std::cerr << "Misc Error: " << e.what() << ::std::endl;
- return 2;
- }
+ //catch(const ::std::exception& e)
+ //{
+ // ::std::cerr << "Misc Error: " << e.what() << ::std::endl;
+ // return 2;
+ //}
//catch(const char* e)
//{
// ::std::cerr << "Internal Compiler Error: " << e << ::std::endl;
|