From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22049 invoked by alias); 21 Jan 2015 11:05:10 -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 22021 invoked by uid 89); 21 Jan 2015 11:05:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: postbox.isd.glam.ac.uk Received: from postbox.isd.glam.ac.uk (HELO postbox.isd.glam.ac.uk) (81.87.34.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Jan 2015 11:05:01 +0000 Received: from j228-gm.comp.glam.ac.uk ([193.63.148.84] helo=j228-gm) by postbox.isd.glam.ac.uk with esmtp (Exim 4.71) (envelope-from ) id 1YDt5n-0003nf-8u; Wed, 21 Jan 2015 11:04:59 +0000 From: Gaius Mulley To: Doug Evans Cc: "gdb-patches\@sourceware.org" Subject: Re: m2-typeprint.c:m2_range's use of TYPE_DOMAIN_TYPE: Eh? References: <878ugxt7i2.fsf@southwales.ac.uk> Date: Wed, 21 Jan 2015 11:05:00 -0000 In-Reply-To: (Doug Evans's message of "Tue, 20 Jan 2015 20:15:26 -0800") Message-ID: <87bnlsbdid.fsf@southwales.ac.uk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00571.txt.bz2 Doug Evans writes: > > Thanks. > Alas cleaning up this code is non-obvious. > What do I replace TYPE_DOMAIN_TYPE with? > I'm tempted to just go with TYPE_TARGET_TYPE > and let y'all fix it later if that's wrong. Hi Doug, sure this sounds pragmatic - I'll look at the code next week in the light of gm2-1.1.1 regards, Gaius