]> git.ipfire.org Git - thirdparty/gcc.git/commit
cpplex.c (_cpp_init_toklist): No comment space to initialise.
authorNeil Booth <neilb@earthling.net>
Sat, 27 May 2000 23:27:36 +0000 (23:27 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 27 May 2000 23:27:36 +0000 (23:27 +0000)
commitad265aa4d61d9c7dac95718a1f00c18476c7ee13
treeacecb8c48b6de894d3e76d78605c85dc0b014d01
parentd1d9a6bd66d3d9b6cbade5609395fc618fa88f11
cpplex.c (_cpp_init_toklist): No comment space to initialise.

        * cpplex.c (_cpp_init_toklist): No comment space to initialise.
(_cpp_free_toklist): No comment space to free.
(expand_comment_space): Remove.
        (save_comment_space): Place the comment in the current token and
        not in a separate comment space.
        (_cpp_lex_line): Save comments during plain code and #define
        directives only.
        * cpplib.h (struct _cpp_toklist): Remove comment space.

From-SVN: r34215
gcc/ChangeLog
gcc/cpplex.c
gcc/cpplib.h