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:
mm 2011-07-30 17:40:11 +00:00
parent 586f2662eb
commit 0a587ced92

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