| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <39E5B306.8B4281FB@CdBSSoftware.net> |
| Date: | Thu, 12 Oct 2000 14:48:06 +0200 |
| From: | MORB <MORB AT CdBSSoftware DOT net> |
| Organization: | Etranges Libellules |
| X-Mailer: | Mozilla 4.73 [en] (Win98; U) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | cygwin AT sources DOT redhat DOT com |
| Subject: | [BUG] Multi-line macros in gcc broken with CR/LF |
Hi,
I installed the latest cygwin release (1.1.4) yesterday.
I'm trying to compile a cygwin to amigaos cross gcc, but I have a
problem.
I don't know if it has been already reported/corrected, so I report it
anyway.
It seems that multi line macros don't works in gcc if the source is in
CR/LF format, rather than in LF format.
Here is an example:
#define a=b; \
e=f;
int main()
{
}
It compiles properly if the source is in LF format, but if it's in CR/LF
format, it fails with the following errors:
bug.c:2: 'f' undeclared here (not in a function)
bug.c:2: warning: data definition has no type or storage class
--
Antoine 'MORB' Chavasse / CdBS Software
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |