aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@redhat.com>2011-07-15 21:34:02 +0000
committerDodji Seketeli <dodji@gcc.gnu.org>2011-07-15 23:34:02 +0200
commitd0a9fbe16c999748339a5fe77da8e6687337d0e0 (patch)
tree8e55847d83bb45140b1baa1cd4d7e29a872315ab /libcpp/ChangeLog
parent6feeed065cba3185d087aa70a5a7493a4a7bbc3b (diff)
downloadgcc-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/ChangeLog8
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