From: Jason Merrill Date: Fri, 27 Mar 1998 18:17:29 +0000 (+0000) Subject: * inc/exception: Reorder closing braces. X-Git-Tag: prereleases/egcs-1.1-prerelease~1931 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fae4153b40bc45fe004c6b4baf984c8db99bac5c;p=thirdparty%2Fgcc.git * inc/exception: Reorder closing braces. From-SVN: r18857 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 0b0971f3c46c..7c892d42c0b8 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 27 18:16:40 1998 Jason Merrill + + * inc/exception: Reorder closing braces. + Fri Mar 27 13:22:18 1998 Mark Mitchell * pt.c (redeclare_class_template): New function. diff --git a/gcc/cp/inc/exception b/gcc/cp/inc/exception index 3e66beed5183..1c4fda284b09 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