mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:20:24 +08:00
exception.cc (abort): added static modifier
2002-04-05 Adam Megacz <adam@xwt.org> * exception.cc (abort): added static modifier From-SVN: r51937
This commit is contained in:
parent
5f9fb0e305
commit
c950ddc382
@ -23,7 +23,8 @@ details. */
|
||||
// stdlib.h's abort().
|
||||
namespace std
|
||||
{
|
||||
__attribute__ ((__noreturn__)) void abort ()
|
||||
static __attribute__ ((__noreturn__)) void
|
||||
abort ()
|
||||
{
|
||||
::abort ();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user