From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ced04d0f82bf1abe X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!g4g2000hsf.googlegroups.com!not-for-mail From: Sloan.Kohler@gmail.com Newsgroups: comp.lang.ada Subject: Re: Missing CR/LF in Gnat files? Date: Sat, 15 Sep 2007 16:05:37 -0700 Organization: http://groups.google.com Message-ID: <1189897537.544300.214650@g4g2000hsf.googlegroups.com> References: <13eomjrhjs3al0a@corp.supernews.com> NNTP-Posting-Host: 75.167.197.82 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1189897537 3495 127.0.0.1 (15 Sep 2007 23:05:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 15 Sep 2007 23:05:37 +0000 (UTC) In-Reply-To: <13eomjrhjs3al0a@corp.supernews.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g4g2000hsf.googlegroups.com; posting-host=75.167.197.82; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:1948 Date: 2007-09-15T16:05:37-07:00 List-Id: On Sep 15, 5:19 pm, "Phaedrus" wrote: > Sorry to eat bandwidth with a silly question, but has anyone else had a > problem with the Gnat install where files in Gnat\bindings\Win32Ada are > missing carriage returns and/or linefeeds? Seems like I've run into this > problem before, but I can't seem to remember how to fix the files... It > sure is a pain to try to find anything in win32-winbase.ads when the file is > one looooooong line!!! > > Thanks in advance! > Brian What editor are you using to look at the files? The GNAT source files may have UNIX line terminations (LF only, not CR/LF) and simple editors like Notepad won't display them correctly. -- Sloan