mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 01:55:08 +08:00
* inc/exception: Reorder closing braces.
From-SVN: r18857
This commit is contained in:
parent
6ed4bb9a67
commit
fae4153b40
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user