Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Subject: setup CVS HEAD broken MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 18 May 2002 11:32:09 +1000 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Robert Collins" To: "Cygwin-Apps" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g4I1WJm18688 Just a note: Chris's last checkin in ini.cc broken local dir parsing, so please don't send bug reports on this in. Chris, don't worry about fixing this, as I'm 80% through refactoring the find routine stuff and I've reinstated the missing lines in a completely different place anyway... The culprit was the remove of these lines: - findBuilder->parse_mirror = mirror; - ini_init (ini_file, findBuilder); with the result that yyparse was never given a stream to parse with. Rob