diff options
author | mpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-19 15:52:02 +0000 |
---|---|---|
committer | mpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-19 15:52:02 +0000 |
commit | d87a26d99465f0f655b9d22aff21ca55dbd5ad31 (patch) | |
tree | 8731d3218366f6971e41ed58aae1aa06fb8e9847 /libcpp/ChangeLog | |
parent | 7c5928c3200ffd25111a6bc90578c272c4125f88 (diff) | |
download | gcc-d87a26d99465f0f655b9d22aff21ca55dbd5ad31.tar.gz |
* lex.c (_cpp_lex_direct): Fix a typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214166 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index a173909b059..6b8fe2835a3 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,5 +1,9 @@ 2014-08-19 Marek Polacek <polacek@redhat.com> + * lex.c (_cpp_lex_direct): Fix a typo. + +2014-08-19 Marek Polacek <polacek@redhat.com> + * charset.c (_cpp_valid_ucn): Warn only if -Wc90-c99-compat. * lex.c (_cpp_lex_direct): Likewise. * macro.c (replace_args): Likewise. |