OSDN Git Service

* cpphash.c (cpp_forall_identifiers): Add context variable
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Oct 2000 07:07:20 +0000 (07:07 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Oct 2000 07:07:20 +0000 (07:07 +0000)
commit7034a61d80accf985103219d60ca3ff456850c17
tree41e02b5b0c1c221b225bef780afa91428da07398
parent456af4457875f7fe13eadca555d675d756c98518
* 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.

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