From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32407 invoked by alias); 4 Sep 2003 17:08:25 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 32395 invoked from network); 4 Sep 2003 17:08:24 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 4 Sep 2003 17:08:24 -0000 Received: from redhat.com (to-dhcp23.toronto.redhat.com [172.16.14.123]) by touchme.toronto.redhat.com (Postfix) with ESMTP id C8D198003A4 for ; Thu, 4 Sep 2003 13:08:23 -0400 (EDT) Message-ID: <3F5771B7.8050308@redhat.com> Date: Thu, 04 Sep 2003 17:08:00 -0000 From: Dave Brolley User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Re: [patch][rfa] sim/testsuite/lib/sim-defs.exp - Allow multiline comments at the start of test cases References: <3F4FB1C1.4090306@redhat.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00038.txt.bz2 cgd@broadcom.com wrote: >At Fri, 29 Aug 2003 20:04:27 +0000 (UTC), "Dave Brolley" wrote: > > >>! # Allow arbitrary comments as first few lines line of file. >>! set seen_opt 0 >> >> > >err, it's not just the "first few lines" (even w/o the extra "line") >is it? > >It's "Allow comments until the first option is seen." or some such, right? > > Any more comments on this patch? I would like to commit it. Dave