diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-12 00:40:07 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-12 00:40:07 +0000 |
commit | 53b2b99f6da7c1a57e4eef5555d0567b67b2ea82 (patch) | |
tree | 6de6560fea8b95762dee428be3eee82c9324d54a /libcpp | |
parent | 67015c730c43858e8f3adac106439f2c59a5d518 (diff) | |
download | gcc-53b2b99f6da7c1a57e4eef5555d0567b67b2ea82.tar.gz |
Fix erroneous ChangeLog change
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130094 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 4c33bd7d8d3..475d4f6f184 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-05 Tom Tromey <tromey@redhat.com> + + * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Wrap in + do-while. + 2007-11-11 Tom Tromey <tromey@redhat.com> PR c++/17557: @@ -7,11 +12,6 @@ (make_cpp_dir): Likewise. (cpp_included_before): New function. -2007-11-05 Tom Tromey <tromey@redhat.com> - - * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Wrap in - do-while. - 2007-11-01 Tom Tromey <tromey@redhat.com> PR preprocessor/30805: |