From fae4153b40bc45fe004c6b4baf984c8db99bac5c Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 27 Mar 1998 18:17:29 +0000 Subject: [PATCH] * inc/exception: Reorder closing braces. From-SVN: r18857 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/inc/exception | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * 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 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 -- 2.7.4