OSDN Git Service

* cpplex.c (_cpp_init_toklist): No comment space to initialise.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 May 2000 23:27:36 +0000 (23:27 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 May 2000 23:27:36 +0000 (23:27 +0000)
commit154fc8fb78916850ce054ef669e6d36a35b8de7f
treeacecb8c48b6de894d3e76d78605c85dc0b014d01
parentd2efb5ed26852ca5f51c34fc05058b136277476c
    * 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.

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