aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1998-03-27 18:17:29 +0000
committerJason Merrill <jason@gcc.gnu.org>1998-03-27 13:17:29 -0500
commitfae4153b40bc45fe004c6b4baf984c8db99bac5c (patch)
tree8bbc9f19efb72152662b9e6a2cb47164e5771bbc
parent6ed4bb9a67e3ecc2ab2127d746299537cc9444b0 (diff)
downloadgcc-fae4153b40bc45fe004c6b4baf984c8db99bac5c.zip
gcc-fae4153b40bc45fe004c6b4baf984c8db99bac5c.tar.gz
gcc-fae4153b40bc45fe004c6b4baf984c8db99bac5c.tar.bz2
* inc/exception: Reorder closing braces.
From-SVN: r18857
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/inc/exception3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 0b0971f..7c892d4 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.
diff --git a/gcc/cp/inc/exception b/gcc/cp/inc/exception
index 3e66bee..1c4fda2 100644
--- a/gcc/cp/inc/exception
+++ b/gcc/cp/inc/exception
@@ -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