cpphash.c (cpp_forall_identifiers): Add context variable for callback routine.
authorGeoff Keating <geoffk@cygnus.com>
Sun, 29 Oct 2000 07:07:20 +0000 (07:07 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sun, 29 Oct 2000 07:07:20 +0000 (07:07 +0000)
commit926c56780f0725ea270127d42ac9f5daffeb2a96
tree41e02b5b0c1c221b225bef780afa91428da07398
parent69f4cc4b9e763cc09896613a3fdd1659384d9869
cpphash.c (cpp_forall_identifiers): Add context variable for callback routine.

* cpphash.c (cpp_forall_identifiers): Add context variable
for callback routine.
* cppmain.c (dump_macro): Update to match cpp_forall_identifiers
change.
(main): Call cpp_forall_identifiers with null context.
* cpplib.h (cpp_forall_identifiers): Update prototype.

* cppmain.c: Make `parse_in' and `print' static.

From-SVN: r37119
gcc/ChangeLog
gcc/cpphash.c
gcc/cpplib.h
gcc/cppmain.c