mirror of git://gcc.gnu.org/git/gcc.git
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…
Reference in New Issue