Commit 8fc55e09 by Richard Henderson

Fix main return value.

From-SVN: r51632
parent 463eefc8
...@@ -28,7 +28,7 @@ doit () throw (Two) ...@@ -28,7 +28,7 @@ doit () throw (Two)
throw One (); throw One ();
} }
main () int main ()
{ {
std::set_unexpected (handle_unexpected); std::set_unexpected (handle_unexpected);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment