Bug 58535 - sstream header is in DOS format
Summary: sstream header is in DOS format
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: libstdc++
Version: 7.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL: file:///usr/include/g++-3/sstream
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-18 22:49 UTC by prserice
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-01-18 22:49:54 UTC
Embargoed:


Attachments (Terms of Use)

Description prserice 2002-01-18 22:49:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.7-10 i686)

Description of problem:
The /usr/include/g++-3/sstream uses CRLF as the EOL marker.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. emacs /usr/include/g++-3/sstream


Actual Results:  emacs opens the file in DOS mode.

Expected Results:  emacs opens the file in UNIX mode.

Additional info:

Comment 1 Jakub Jelinek 2002-01-20 19:39:20 UTC
Yes, it is.  But I don't see any need for changing that, the C preprocessor
handles this just fine and this file was rewritten away in gcc 3.0+ anyway.


Note You need to log in before you can comment on or make changes to this bug.