/*
        Copyright 06/08/98 Sun Microsystems, Inc. All Rights Reserved
*/
/* new.h

   @(#)new.h	1.2  06/08/98 14:00:58

   Compatibility declaration for ISO standard new interface
*/

#ifndef _NEW_H_
#define _NEW_H_

#include <new>

using std::bad_alloc;
using std::set_new_handler;

#endif
