* inc/exception: Reorder closing braces.
authorJason Merrill <jason@yorick.cygnus.com>
Fri, 27 Mar 1998 18:17:29 +0000 (18:17 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 27 Mar 1998 18:17:29 +0000 (13:17 -0500)
From-SVN: r18857

gcc/cp/ChangeLog
gcc/cp/inc/exception

index 0b0971f..7c892d4 100644 (file)
@@ -1,3 +1,7 @@
+Fri Mar 27 18:16:40 1998  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * inc/exception: Reorder closing braces.
+
 Fri Mar 27 13:22:18 1998  Mark Mitchell  <mmitchell@usa.net>
 
        * pt.c (redeclare_class_template): New function.
index 3e66bee..1c4fda2 100644 (file)
@@ -33,10 +33,11 @@ void terminate (void) __attribute__ ((__noreturn__));
 unexpected_handler set_unexpected (unexpected_handler);
 void unexpected (void) __attribute__ ((__noreturn__));
 bool uncaught_exception ();
-} // extern "C++"
 
 #if 0
 } // namespace std
 #endif
 
+} // extern "C++"
+
 #endif