diff options
author | Dodji Seketeli <dodji@redhat.com> | 2011-07-15 21:34:02 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@gcc.gnu.org> | 2011-07-15 23:34:02 +0200 |
commit | d0a9fbe16c999748339a5fe77da8e6687337d0e0 (patch) | |
tree | 8e55847d83bb45140b1baa1cd4d7e29a872315ab /libcpp/ChangeLog | |
parent | 6feeed065cba3185d087aa70a5a7493a4a7bbc3b (diff) | |
download | gcc-d0a9fbe16c999748339a5fe77da8e6687337d0e0.zip gcc-d0a9fbe16c999748339a5fe77da8e6687337d0e0.tar.gz gcc-d0a9fbe16c999748339a5fe77da8e6687337d0e0.tar.bz2 |
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.
From-SVN: r176333
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 6abcb25..9a9c71f 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,11 @@ +2011-07-15 Dodji Seketeli <dodji@redhat.com> + + * 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. + 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> PR target/39150 |