diff options
author | mm <mm@FreeBSD.org> | 2011-07-30 17:40:11 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-30 17:40:11 +0000 |
commit | 0a587ced9282b2395aea92a2d349e47fd6f9e08e (patch) | |
tree | 699f4b1bdc7e3ab7d6a5926582a6c390c173856e /contrib/gcc | |
parent | 586f2662eb4f8fd000f1ce4541e3f0d89a88e019 (diff) | |
download | FreeBSD-src-0a587ced9282b2395aea92a2d349e47fd6f9e08e.zip FreeBSD-src-0a587ced9282b2395aea92a2d349e47fd6f9e08e.tar.gz |
Fix accidential dos-style endings to unix-style line endings
from last commit (r224523) to match the version approved by re@
Approved by: re (implicit)
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/cp/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/gcc/cp/ChangeLog b/contrib/gcc/cp/ChangeLog index 7cd1fb4..7629e8b 100644 --- a/contrib/gcc/cp/ChangeLog +++ b/contrib/gcc/cp/ChangeLog @@ -1,9 +1,9 @@ -2007-09-29 Jason Merrill <jason@redhat.com>
-
- PR c++/33094
- * decl.c (make_rtl_for_nonlocal_decl): It's ok for a member
- constant to not have DECL_EXTERNAL if it's file-local.
-
+2007-09-29 Jason Merrill <jason@redhat.com> + + PR c++/33094 + * decl.c (make_rtl_for_nonlocal_decl): It's ok for a member + constant to not have DECL_EXTERNAL if it's file-local. + 2007-08-24 Jakub Jelinek <jakub@redhat.com> PR c++/31941 |