cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument.
authorZack Weinberg <zack@rabi.columbia.edu>
Thu, 25 Feb 1999 14:24:40 +0000 (14:24 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 25 Feb 1999 14:24:40 +0000 (14:24 +0000)
commit122ae89b144a0eaf31107f871f26ead27df8daad
tree6a70d45559c3b1a18fd0998b7705e78d86303259
parent9ab70a9bd7c8ee4fcf2f074459525e981ed1ca2e
cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument.

1999-02-25 17:14 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
* cpphash.c (install): Rename to cpp_install, add cpp_reader*
first argument.  All callers changed.
(hashtab): Removed.
(cpp_lookup, cpp_install): Change all refs to hashtab to
pfile->hashtab.
(cpp_hash_cleanup): Removed.
* cpphash.h: Adjust prototypes.
* cpplib.h (struct cpp_reader): Add hashtab pointer.
* cppinit.c (cpp_reader_init): Also allocate space for the
hashtab.
(cpp_cleanup): Delete all macros and free the hashtab.

From-SVN: r25441
gcc/ChangeLog
gcc/cpphash.c
gcc/cpphash.h
gcc/cppinit.c
gcc/cpplib.c
gcc/cpplib.h