* cpplex.c (parse_identifier_slow): Rename parse_slow, adjust
commit78a11351eb3807b01836cd6590f96ce9f9a543d8
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Mar 2002 07:23:21 +0000 (22 07:23 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Mar 2002 07:23:21 +0000 (22 07:23 +0000)
treee69357ced9a9d9cbb0d270ac457d906f2c2a8bee
parent12c94d25ecf719556287a4be26762ad3c1a9e0cd
* cpplex.c (parse_identifier_slow): Rename parse_slow, adjust
prototype, and handle lexing numbers and identifiers.
(parse_identifier): Update to new form of parse_slow.
(parse_number): Fast path only, use parse_slow otherwise.
(_cpp_lex_direct): Update calls to parse_number.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51161 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cpplex.c