c-lex.c: Don't include setjmp.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 17 Mar 1999 06:34:46 +0000 (06:34 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 17 Mar 1999 06:34:46 +0000 (06:34 +0000)
commited513abf7727c017096c2461bd4be33c833840d6
treebd80e289866143e1b501d6fa2ad993495bc5a9d7
parent5395a57667808cc1593687f4ad4f7f9e2a332940
c-lex.c: Don't include setjmp.h.

        * c-lex.c: Don't include setjmp.h.
        (parse_float): New static function.
        (pf_args): New struct.
        (yylex): Use them in call to `do_float_handler'.

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