lex.c (real_yylex): Don't warn about long long constants if we're allowing long long.
authorJason Merrill <jason@gcc.gnu.org>
Mon, 24 Aug 1998 02:00:27 +0000 (22:00 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 24 Aug 1998 02:00:27 +0000 (22:00 -0400)
commit319285566b1f3cca49a1188fc6825e794982caa9
treea43d43e79841f8444f2ddf523b8c1e40d2635c69
parent46fe53810a6cd815c8c34d9e233912f7642d0582
lex.c (real_yylex): Don't warn about long long constants if we're allowing long long.

        * 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
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/inc/exception
gcc/cp/inc/new
gcc/cp/inc/new.h
gcc/cp/inc/typeinfo
gcc/cp/lang-specs.h
gcc/cp/lex.c