]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix main return value.
authorRichard Henderson <rth@gcc.gnu.org>
Sun, 31 Mar 2002 07:40:08 +0000 (23:40 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 31 Mar 2002 07:40:08 +0000 (23:40 -0800)
From-SVN: r51632

gcc/testsuite/g++.dg/eh/unexpected1.C

index 26a58483044cc239720829f04f229152eface7bf..e5982ffacc5cced8a8228fd0b48d97238098202b 100644 (file)
@@ -28,7 +28,7 @@ doit () throw (Two)
   throw One ();
 }
 
-main ()
+int main ()
 {
   std::set_unexpected (handle_unexpected);