]> git.ipfire.org Git - thirdparty/gcc.git/commit
* macro.c (enter_macro_context): Call cb.used callback if defined.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Nov 2009 08:18:16 +0000 (08:18 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Nov 2009 08:18:16 +0000 (08:18 +0000)
commit116f0a5ff416372139ac330ded7f2db9190dfee4
treed1a4b34f3473096402637027d37a05d9064c3507
parent7e74cd03929534bffbd67ea492b1d168329ff5ff
* macro.c (enter_macro_context): Call cb.used callback if defined.
* directives.c (do_idef, do_ifndef): Ditto.
* include/cpplib.h (struct cpp_callbacks): Add used callback.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154359 138bc75d-0d04-0410-961f-82ee72b054a4
libcpp/ChangeLog
libcpp/directives.c
libcpp/include/cpplib.h
libcpp/macro.c