From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2592 invoked by alias); 25 Aug 2009 15:11:08 -0000 Received: (qmail 2582 invoked by uid 22791); 25 Aug 2009 15:11:07 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-gx0-f219.google.com (HELO mail-gx0-f219.google.com) (209.85.217.219) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 25 Aug 2009 15:10:58 +0000 Received: by gxk19 with SMTP id 19so5292130gxk.0 for ; Tue, 25 Aug 2009 08:10:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.32.17 with SMTP id f17mr10769547ybf.75.1251213055097; Tue, 25 Aug 2009 08:10:55 -0700 (PDT) In-Reply-To: <4A9313C2.3050907@redhat.com> References: <4A9313C2.3050907@redhat.com> Date: Tue, 25 Aug 2009 15:28:00 -0000 Message-ID: <8ba6bed40908250810i5b5b745avcd7fd87eaf00a982@mail.gmail.com> Subject: Re: [RFA] Token cleanup in c-exp.y From: Matt Rice To: Keith Seitz Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2009-08/txt/msg00415.txt.bz2 On Mon, Aug 24, 2009 at 3:27 PM, Keith Seitz wrote: > Hi, > > The attached patch "fixes" two tokens in c-exp.y, "->*" and ".*", which were > not previously recognized as tokens. > looks like it should also apply to objc-exp.y, as it too contains all the lines removed from c-exp.y.