summaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-21 22:22:03 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-21 22:22:03 +0000
commitcfec10ded5e70b421fc269e6255c5f77c1d6743b (patch)
tree1fd8c1dfe00b2a60d2ea2dbbfeb4e5afde4d2e3c /libcpp/ChangeLog
parentc782e8054a85f0f97ea6d2253ad56ed9875b4897 (diff)
downloadgcc-cfec10ded5e70b421fc269e6255c5f77c1d6743b.tar.gz
[PATCH 2/9] ENABLE_CHECKING refactoring: libcpp
* include/line-map.h: Use CHECKING_P instead of ENABLE_CHECKING. * init.c: Likewise. * macro.c (struct macro_arg_token_iter, set_arg_token, macro_arg_token_iter_init, macro_arg_token_iter_forward, macro_arg_token_iter_get_token, macro_arg_token_iter_get_location, alloc_expanded_arg_mem, _cpp_backup_tokens): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229154 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 972e9a5606f..f474fe7db7f 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,5 +1,12 @@
2015-10-21 Mikhail Maltsev <maltsevm@gmail.com>
+ * include/line-map.h: Use CHECKING_P instead of ENABLE_CHECKING.
+ * init.c: Likewise.
+ * macro.c (struct macro_arg_token_iter, set_arg_token,
+ macro_arg_token_iter_init, macro_arg_token_iter_forward,
+ macro_arg_token_iter_get_token, macro_arg_token_iter_get_location,
+ alloc_expanded_arg_mem, _cpp_backup_tokens): Likewise.
+
* config.in: Regenerate.
* configure: Regenerate.
* configure.ac (CHECKING_P): Define.