8sa1-gcc/gcc/cp/new.cc
Mike Stump 824b9a4c45 90th Cygnus<->FSF quick merge
From-SVN: r13604
1997-02-04 02:31:49 +00:00

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 = { };