aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-10-20 00:16:29 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-10-20 00:16:29 +0000
commit970d683f67777319990b30302a21a860990e2ec8 (patch)
treef0c115e4057c0af3e3806702c30b5c3c7baafba3 /libcpp
parent6e02de946125c36871bd4d8eff21f7f88f01a8aa (diff)
downloadgcc-970d683f67777319990b30302a21a860990e2ec8.zip
gcc-970d683f67777319990b30302a21a860990e2ec8.tar.gz
gcc-970d683f67777319990b30302a21a860990e2ec8.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 1aa2764..411b2be 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,10 @@
+2020-10-19 Nathan Sidwell <nathan@acm.org>
+
+ * internal.h (struct cpp_reader): Rename 'eof' field to 'endarg'.
+ * init.c (cpp_create_reader): Adjust.
+ * macro.c (collect_args): Use endarg for separator. Always rewind
+ in the not-fn case.
+
2020-10-08 Nathan Sidwell <nathan@acm.org>
* internal.h (enum include_type): Rename IT_MAIN_INJECT to