From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24646 invoked by alias); 24 Jan 2006 21:21:47 -0000 Received: (qmail 24638 invoked by uid 22791); 24 Jan 2006 21:21:46 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.197) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 24 Jan 2006 21:21:45 +0000 Received: by zproxy.gmail.com with SMTP id x3so1272391nzd for ; Tue, 24 Jan 2006 13:21:42 -0800 (PST) Received: by 10.37.2.65 with SMTP id e65mr5182609nzi; Tue, 24 Jan 2006 13:21:41 -0800 (PST) Received: by 10.37.2.42 with HTTP; Tue, 24 Jan 2006 13:21:41 -0800 (PST) Message-ID: <8f2776cb0601241321g61f36f1frc7b7106e2e084151@mail.gmail.com> Date: Tue, 24 Jan 2006 21:21:00 -0000 From: Jim Blandy To: Mark Kettenis Subject: Re: RFA: handle references to typedefs in binop_user_defined_p Cc: gdb-patches@sourceware.org In-Reply-To: <200601241923.k0OJNn6U025125@elgar.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8f2776cb0601231658k6cf2530di5d00b2f5e6bbdcf@mail.gmail.com> <200601241923.k0OJNn6U025125@elgar.sibelius.xs4all.nl> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00374.txt.bz2 On 1/24/06, Mark Kettenis wrote: > > 2006-01-23 Jim Blandy > > > > * valarith.c (binop_user_defined_p): Handle refs to typedefs. > > Looks ok to me. Committed --- thanks.