824b9a4c45
From-SVN: r13604
9 lines
233 B
C++
9 lines
233 B
C++
// Implementation file for the -*- C++ -*- dynamic memory management header.
|
|
// Copyright (C) 1996 Free Software Foundation
|
|
// This file is part of GNU CC.
|
|
|
|
#pragma implementation "new"
|
|
#include "new"
|
|
|
|
const nothrow_t nothrow = { };
|