Use source_location where it is due
authordodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jul 2011 21:34:02 +0000 (21:34 +0000)
committerdodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jul 2011 21:34:02 +0000 (21:34 +0000)
commitc219ee5c4c1c65df286c6dd6eca52d10ad1dec5a
tree8e55847d83bb45140b1baa1cd4d7e29a872315ab
parenta73132763a2de2a1fc390e4d4837e1a2e2128969
Use source_location where it is due

libcpp/

* directives.c (struct if_stack): Use source_location as type
here.
* include/cpplib.h (struct cpp_callbacks)<include, define, undef,
indent, def_pragma, used_define, used_undef>: Properly use
source_location as parameter type, rather than unsigned int.

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