svn commit: r224524 - head/contrib/gcc/cp

Martin Matuska mm at FreeBSD.org
Sat Jul 30 17:40:12 UTC 2011


Author: mm
Date: Sat Jul 30 17:40:11 2011
New Revision: 224524
URL: http://svn.freebsd.org/changeset/base/224524

Log:
  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)

Modified:
  head/contrib/gcc/cp/ChangeLog

Modified: head/contrib/gcc/cp/ChangeLog
==============================================================================
--- head/contrib/gcc/cp/ChangeLog	Sat Jul 30 17:27:29 2011	(r224523)
+++ head/contrib/gcc/cp/ChangeLog	Sat Jul 30 17:40:11 2011	(r224524)
@@ -1,9 +1,9 @@
-2007-09-29  Jason Merrill  <jason at 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 at 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 at redhat.com>
 
 	PR c++/31941


More information about the svn-src-head mailing list