diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 2007-11-12 00:40:07 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-11-12 00:40:07 +0000 |
commit | 7803a05defdb36b278dce08eb748fc72e41b3621 (patch) | |
tree | 6de6560fea8b95762dee428be3eee82c9324d54a | |
parent | f1e207107a8fca7d0f8792502b576688ede5df58 (diff) | |
download | gcc-7803a05defdb36b278dce08eb748fc72e41b3621.zip gcc-7803a05defdb36b278dce08eb748fc72e41b3621.tar.gz gcc-7803a05defdb36b278dce08eb748fc72e41b3621.tar.bz2 |
Fix erroneous ChangeLog change
From-SVN: r130094
-rw-r--r-- | libcpp/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 4c33bd7..475d4f6 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: |