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 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Message-Id: From: Robert Kiesling X-ELNK-Trace: 0b901cbc512a9d8594f5150ab1c16ac01a238acc8405a5b0d20935ef7de9f1d389ff704aef3ab7b2350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , 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/