www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Subject: | Re: cygwin 1.5.24-2 gcc 3.4.4 stdio.h |
In-Reply-To: | <0ce101c8240c$3a5dea60$6501a8c0@paul> |
To: | cygwin AT cygwin DOT com |
Date: | Sun, 11 Nov 2007 03:50:28 -0500 (EST) |
X-Mailer: | ELM [version 2.4ME+ PL124 (25)] |
MIME-Version: | 1.0 |
Message-Id: | <E1Ir8WT-00060s-7N@owl.gateway.2wire.net> |
From: | Robert Kiesling <kiesling AT earthlink DOT net> |
X-ELNK-Trace: | 0b901cbc512a9d8594f5150ab1c16ac01a238acc8405a5b0d20935ef7de9f1d389ff704aef3ab7b2350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
[ Charset ISO-8859-1 unsupported, converting... ] > I just downloaded cygwin 1.5.24-2 (just a couple of hours ago) and > compiled the following program with "gcc -ansi fred.c" > (NOTE the "-ansi" keyword): I have only the C99 standard in front of me, but its syntax should be the same as ANSI, which is: typedef-name: identifier and not, typedef-name: identifier1 identifier2... identifiern The compiler is looking for a semicolon after, "fred," and your example is lacking a semicolon after, "here," anyway. This is not the compiler's job - to demangle a possibly inconistent type statement. It's the job of the parser and is potentially expensive and invalid. IMHO, Robert -- Ctalk Home Page: http://ctalk-lang.sourceforge.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |