319285566b
* lex.c (real_yylex): Don't warn about long long constants if we're allowing long long. * decl.c (pushdecl): Use IDENTIFIER_NAMESPACE_VALUE instead of accessing bindings directly. * lang-specs.h: Remove __HONOR_STD. * inc/exception, inc/new, inc/new.h, inc/typeinfo: Likewise. From-SVN: r21926
12 lines
161 B
C++
12 lines
161 B
C++
// -*- C++ -*- forwarding header.
|
|
|
|
#ifndef __NEW_H__
|
|
#define __NEW_H__
|
|
|
|
#include <new>
|
|
|
|
using std::new_handler;
|
|
using std::set_new_handler;
|
|
|
|
#endif // __NEW_H__
|