* inc/exception: Reorder closing braces.

From-SVN: r18857
This commit is contained in:
Jason Merrill 1998-03-27 18:17:29 +00:00 committed by Jason Merrill
parent 6ed4bb9a67
commit fae4153b40
2 changed files with 6 additions and 1 deletions

View 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.

View 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