From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9589 invoked by alias); 29 Aug 2003 20:07:17 -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 9578 invoked from network); 29 Aug 2003 20:07:16 -0000 Received: from unknown (HELO mms3.broadcom.com) (63.70.210.38) by sources.redhat.com with SMTP; 29 Aug 2003 20:07:16 -0000 Received: from 63.70.210.1 by mms3.broadcom.com with ESMTP (Broadcom SMTP Relay (MMS v5.5.3)); Fri, 29 Aug 2003 13:07:18 -0700 Received: from mail-sj1-5.sj.broadcom.com (mail-sj1-5.sj.broadcom.com [10.16.128.236]) by mon-irva-11.broadcom.com (8.9.1/8.9.1) with ESMTP id NAA18777; Fri, 29 Aug 2003 13:06:40 -0700 (PDT) Received: from ldt-sj3-010.sj.broadcom.com (ldt-sj3-010 [10.21.64.10]) by mail-sj1-5.sj.broadcom.com (8.12.9/8.12.9/SSF) with ESMTP id h7TK76ov028785; Fri, 29 Aug 2003 13:07:07 -0700 (PDT) Received: (from cgd@localhost) by ldt-sj3-010.sj.broadcom.com ( 8.11.6/8.9.3) id h7TK76v09666; Fri, 29 Aug 2003 13:07:06 -0700 X-Authentication-Warning: ldt-sj3-010.sj.broadcom.com: cgd set sender to cgd@broadcom.com using -f To: brolley@redhat.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> From: cgd@broadcom.com Date: Fri, 29 Aug 2003 20:07:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 X-WSS-ID: 13516DFC125912-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00545.txt.bz2 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? cgd