c-lex.c (yylex): Don't pedwarn for hexadecimal floating point constants in C99 mode.
authorJoseph Myers <jsm28@cam.ac.uk>
Mon, 17 Jul 2000 08:28:44 +0000 (02:28 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 17 Jul 2000 08:28:44 +0000 (02:28 -0600)
commit0281a06fc8d5bfed1ecbd800712e023a017d5499
tree2383bd4f18957301a431290075c8bd08265b637c
parent3319c1b88747a8bfb23497a82f9040bdf8a0ce69
c-lex.c (yylex): Don't pedwarn for hexadecimal floating point constants in C99 mode.

        * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
        constants in C99 mode.

From-SVN: r35075
gcc/ChangeLog
gcc/c-lex.c