diff options
-rw-r--r-- | contrib/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/objc/ChangeLog | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 9996d33..63d266d 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,6 +1,6 @@ 2019-04-05 Martin Liska <mliska@suse.cz> - PR translation/89935 + PR translation/89936 * check-internal-format-escaping.py: Properly detect wrong apostrophes. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a7f66a9..4dbd3a0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2019-04-05 Martin Liska <mliska@suse.cz> - PR translation/89935 + PR translation/89936 * collect-utils.c (collect_execute): Use %< and %>, or %qs in order to wrap keywords or arguments. * collect2.c (main): Likewise. diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 0fdebda..04eb3fe9 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,6 +1,6 @@ 2019-04-05 Martin Liska <mliska@suse.cz> - PR translation/89935 + PR translation/89936 * objc-act.c (objc_add_property_declaration): Use %< and %>, or %qs in order to wrap keywords or arguments. (objc_add_synthesize_declaration_for_property): Likewise. |