aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-07-30 17:40:11 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-07-30 17:40:11 +0000
commitb8596ed3acd5e028f8914d9c72218e2dbfc0bf7d (patch)
tree699f4b1bdc7e3ab7d6a5926582a6c390c173856e /contrib
parent6cf3367c6d3ffb9f640957ab0ddd50667a0780bb (diff)
downloadsrc-b8596ed3acd5e028f8914d9c72218e2dbfc0bf7d.tar.gz
src-b8596ed3acd5e028f8914d9c72218e2dbfc0bf7d.zip
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)
Notes
Notes: svn path=/head/; revision=224524
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gcc/cp/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/gcc/cp/ChangeLog b/contrib/gcc/cp/ChangeLog
index 7cd1fb4d7a8f..7629e8b10d9c 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