aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2009-09-12 15:46:45 -0400
committerJason Merrill <jason@gcc.gnu.org>2009-09-12 15:46:45 -0400
commit86373e7e611eed40d1d72b9cd34e4789c464c1ee (patch)
tree605928edb601a58710dd81dc6f1253e604104372 /libcpp/ChangeLog
parentbeb1adc15ee60b3597bf6b985bf94a01e39142ad (diff)
downloadgcc-86373e7e611eed40d1d72b9cd34e4789c464c1ee.zip
gcc-86373e7e611eed40d1d72b9cd34e4789c464c1ee.tar.gz
gcc-86373e7e611eed40d1d72b9cd34e4789c464c1ee.tar.bz2
dbgcnt.c (dbg_cnt_process_single_pair): constify.
gcc/ * dbgcnt.c (dbg_cnt_process_single_pair): constify. * opts.c (common_handle_option): constify. gcc/cp/ * repo.c (extract_string, get_base_filename, init_repo): constify. libcpp/ * directives.c (cpp_define): constify. From-SVN: r151661
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 1b020ac..0331063 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-10 Jason Merrill <jason@redhat.com>
+
+ * directives.c (cpp_define): constify.
+
2009-09-02 Ian Lance Taylor <iant@google.com>
* macro.c (stringify_arg): Escape CPP_WCHAR tokens.