]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/init.c
cppinit.c (cpp_cleanup): Free include dir chains.
authorNeil Booth <neilb@earthling.net>
Thu, 17 Aug 2000 18:01:43 +0000 (18:01 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 17 Aug 2000 18:01:43 +0000 (18:01 +0000)
commit709e9e509cdca723aec76fb1076b2feb1264192b
tree08a55b2310020143695da9578d6843781f8dda0a
parente33f6253857ef2e87ad037c0452c09db7a940b8c
cppinit.c (cpp_cleanup): Free include dir chains.

* cppinit.c (cpp_cleanup): Free include dir chains.
* cpplib.c (do_undef): Let _cpp_free_definition make the node void.
(do_unassert): Free the assert with _cpp_free_definition.
* cppmacro.c (_cpp_free_definition): Free memory allocated for
assertions.  Make the node a T_VOID node.

From-SVN: r35765
gcc/ChangeLog
gcc/cppinit.c
gcc/cpplib.c
gcc/cppmacro.c