From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4801 invoked by alias); 22 Oct 2002 12:49:32 -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 4793 invoked from network); 22 Oct 2002 12:49:30 -0000 Received: from unknown (HELO zenia.red-bean.com) (66.244.67.22) by sources.redhat.com with SMTP; 22 Oct 2002 12:49:30 -0000 Received: (from jimb@localhost) by zenia.red-bean.com (8.11.6/8.11.6) id g9MCUbi08585; Tue, 22 Oct 2002 07:30:37 -0500 To: Elena Zannoni Cc: Adam Fedor , Michael Snyder , 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> From: Jim Blandy Date: Tue, 22 Oct 2002 05:49:00 -0000 In-Reply-To: <15792.31588.221494.528780@localhost.redhat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.90 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00390.txt.bz2 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.