]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/lex.c
2000-03-28 Neil Booth <NeilB@earthling.net>
authorNeil Booth <neilb@earthling.net>
Tue, 28 Mar 2000 12:00:39 +0000 (12:00 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 28 Mar 2000 12:00:39 +0000 (12:00 +0000)
commit04e3ec78036a73b107ff87da6a9dafa91aa85bf3
treeee1ac025fa207a1e9523553879f494e2e5fb0959
parent7e030e49fedd23d8215c8ada8b38ecd06b73ed87
2000-03-28  Neil Booth  <NeilB@earthling.net>

        * (cpplex.c) _cpp_read_and_prescan.  Mark end of input buffer with
'\\' rather than a null character, so nulls are not special.  Fix
"\\\n" handling in end-of-buffer conditions.  Use trigraph map to
speed trigraph conversion.
        (_cpp_init_input_buffer) Initialize trigraph map.

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