Commit 1c089156 by Jason Merrill Committed by Jason Merrill

Add initial support for '\uNNNN' specifier.

        * lex.c (read_ucs): New fn.
        (readescape, skip_white_space): Call it.
        (is_extended_char, is_extended_char_1): New fns.
        (utf8_extend_token): New fn, #if 0'd out.
        (real_yylex): Treat extended chars like letters.

From-SVN: r32414
parent f48d0050
2000-03-07 Jason Merrill <jason@casey.cygnus.com> 2000-03-07 Jason Merrill <jason@casey.cygnus.com>
Add initial support for '\uNNNN' specifier.
* lex.c (read_ucs): New fn.
(readescape, skip_white_space): Call it.
(is_extended_char, is_extended_char_1): New fns.
(utf8_extend_token): New fn, #if 0'd out.
(real_yylex): Treat extended chars like letters.
* search.c (note_debug_info_needed): Walk the bases even if we * search.c (note_debug_info_needed): Walk the bases even if we
weren't deferring the type itself. weren't deferring the type itself.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment