From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20609 invoked by alias); 29 Aug 2003 20:24:12 -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 20602 invoked from network); 29 Aug 2003 20:24:11 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 29 Aug 2003 20:24:11 -0000 Received: from redhat.com (vpn50-63.rdu.redhat.com [172.16.50.63]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 09EE780033C; Fri, 29 Aug 2003 16:24:10 -0400 (EDT) Message-ID: <3F4FB692.4040706@redhat.com> Date: Fri, 29 Aug 2003 20:24:00 -0000 From: Dave Brolley User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20021216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cgd@broadcom.com Cc: 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> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00546.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? > > ok. Changed.