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)
This commit is contained in:
Martin Matuska 2011-07-30 17:40:11 +00:00
parent 6cf3367c6d
commit b8596ed3ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224524

View File

@ -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