| 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 sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Message-ID: | <20000608232851.14459.qmail@web705.mail.yahoo.com> |
| Date: | Thu, 8 Jun 2000 16:28:51 -0700 (PDT) |
| From: | Rui Hu <ruihu_98 AT yahoo DOT com> |
| Subject: | probelm with gcc |
| To: | cygwin AT sourceware DOT cygnus DOT com |
| Cc: | ruihu_98 AT yahoo DOT com |
| MIME-Version: | 1.0 |
I downloaded gcc from
http://sourceware.cygnus.com/cygwin. But it complains
the following small piece of code:
#define PI \
3.14
main()
{
int i;
i = 2* PI;
}
The error message:
mytest.c:2: parse error before 3.14
mytest.c:8: stray '\' in program
mytest.c:8: parse error before ;
Anyone knows what is wrong? Thank you so much! All
the best!
Sincerely
Rui
__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com
--
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 |