]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/lex.c
cpplex.c (parse_identifier_slow): Rename parse_slow, adjust prototype, and handle...
authorNeil Booth <neil@daikokuya.demon.co.uk>
Fri, 22 Mar 2002 07:23:21 +0000 (07:23 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Fri, 22 Mar 2002 07:23:21 +0000 (07:23 +0000)
commit10cf9bdee651940a7c2ce3c34095ef0f98aa2382
treee69357ced9a9d9cbb0d270ac457d906f2c2a8bee
parentfbc2782eff5df7b8d6c2c4a2cdf4cb92933aeeea
cpplex.c (parse_identifier_slow): Rename parse_slow, adjust prototype, and handle lexing numbers and identifiers.

* 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.

From-SVN: r51161
gcc/ChangeLog
gcc/cpplex.c