From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4715 invoked by alias); 22 Oct 2002 21:23:56 -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 4708 invoked from network); 22 Oct 2002 21:23:55 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 22 Oct 2002 21:23:55 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9ML2Yw24576 for ; Tue, 22 Oct 2002 17:02:34 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9MLNdl24716; Tue, 22 Oct 2002 17:23:39 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g9MLNWD22449; Tue, 22 Oct 2002 14:23:32 -0700 Message-ID: <3DB5C1D4.8B2C97D4@redhat.com> Date: Tue, 22 Oct 2002 14:23:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Jim Blandy CC: Elena Zannoni , Adam Fedor , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Objective-C language support. References: <3D889A97.90202@doc.com> <3DA37290.74A48BF4@redhat.com> <3DAB86E8.2040704@doc.com> <15792.31588.221494.528780@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00426.txt.bz2 Jim Blandy wrote: > > Elena Zannoni writes: > > > + /* Find the end of the name, deliminated by a ':', but don't match > > > + ObjC symbols which look like -[Foo bar::]:bla. */ > > > > > > Should be "delimited" above, also, could you move the comment to before > > the function? > > > > Hoping Jim doesn't mind... it can go in after these minor changes. > > Yep, fine with me. Oh, I thought it was ment to be "de-laminated", as in, the two parts of the name are 'laminated' together by the colon... ;-)