From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14630 invoked by alias); 2 Oct 2013 04:38:32 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 14617 invoked by uid 89); 2 Oct 2013 04:38:32 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 02 Oct 2013 04:38:32 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r924cTGP006013 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 2 Oct 2013 00:38:29 -0400 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r924cSlS028963 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 2 Oct 2013 00:38:29 -0400 Message-ID: <524BA344.2070802@redhat.com> Date: Wed, 02 Oct 2013 04:38:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: "gdb-patches@sourceware.org ml" Subject: Re: [RFA 4/4] Constify parse_linesepc References: <5249C987.50809@redhat.com> <87d2no4uim.fsf@fleche.redhat.com> In-Reply-To: <87d2no4uim.fsf@fleche.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00079.txt.bz2 On 10/01/2013 01:16 PM, Tom Tromey wrote: >>>>>> "Keith" == Keith Seitz writes: > Keith> - parser->lexer.stream = (const char **) argptr; > Keith> + parser->lexer.stream = argptr; > > Aha, it is fixed here :) Super. Yep, there it is. I told you I'd get to it by the patchset's end. :-) All committed. Thank you Sergio and Tom for looking at this! Keith