diff options
| -rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
| -rw-r--r-- | libstdc++-v3/include/bits/c++config | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0e2137e..79c7429 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2002-03-06 Phil Edwards <pme@gcc.gnu.org> + + * include/bits/c++config: Fix misplaced leading blanks on first line. + 2002-03-05 Benjamin Kosnik <bkoz@redhat.com> * docs/html/17_intro/RELEASE-NOTES: Fix usage. diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index ffc9359..15741ec 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -1,4 +1,4 @@ - // Predefined symbols and macros -*- C++ -*- +// Predefined symbols and macros -*- C++ -*- // Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. // |
