]> git.ipfire.org Git - thirdparty/gcc.git/commit
cpplib.h (struct cpp_reader): Remove references to string_pool and temp_string_pool.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 17 Dec 2000 22:40:32 +0000 (22:40 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 17 Dec 2000 22:40:32 +0000 (22:40 +0000)
commit49fe13f6d8cfe7f3450608a4444b2f9a5b04de35
treeb4e313ee5aef2ba124bf4a22afc2b003099d78c8
parented972b14ec2ef437ca42b0136fe466aed04fed7a
cpplib.h (struct cpp_reader): Remove references to string_pool and temp_string_pool.

        * cpplib.h (struct cpp_reader): Remove references to string_pool
        and temp_string_pool.
        * cppinit.c (cpp_create_reader, cpp_cleanup): Similarly; using
        ident_pool in place.
        * cpplex.c (parse_number, unescaped_terminator_p, parse_string,
        save_comment, cpp_token_as_text): Similarly.
        * cpplib.c (do_define, glue_header_name, parse_assertion): Similarly.
        * cppmacro.c (make_number_token, builtin_macro, lock_pools,
        unlock_pools, stringify_arg, paste_tokens): Similarly.

From-SVN: r38336
gcc/ChangeLog
gcc/cppinit.c
gcc/cpplex.c
gcc/cpplib.c
gcc/cpplib.h
gcc/cppmacro.c