From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10692 invoked by alias); 14 May 2003 19:12:25 -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 10675 invoked from network); 14 May 2003 19:12:25 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 14 May 2003 19:12:25 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h4EJCOH25556 for ; Wed, 14 May 2003 15:12:24 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4EJCOI03880 for ; Wed, 14 May 2003 15:12:24 -0400 Received: from localhost.redhat.com (IDENT:4hZspphHtOH32Z5VPnjDRM2Q+rQdCedj@tooth.toronto.redhat.com [172.16.14.29]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4EJCKQ02960; Wed, 14 May 2003 15:12:21 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id CFBDA2C94F; Wed, 14 May 2003 15:17:31 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16066.38475.327319.899157@localhost.redhat.com> Date: Wed, 14 May 2003 19:12:00 -0000 To: Elena Zannoni Cc: David Carlton , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Rename *_NAMESPACE enum In-Reply-To: <16064.563.597627.733937@localhost.redhat.com> References: <16063.60175.389541.259178@localhost.redhat.com> <16064.563.597627.733937@localhost.redhat.com> X-SW-Source: 2003-05/txt/msg00217.txt.bz2 Elena Zannoni writes: > David Carlton writes: > > On Mon, 12 May 2003 14:42:23 -0400, Elena Zannoni said: > > > > > While looking at David's namespace patches I kept getting entangled in > > > the gdb's notion of namespace (the enum_namespace) and the c++ > > > namespaces. Especially now, that some functions have both an > > > enum_namespace parameter and a cp_namespace parameter type, it is > > > becoming hard to keep in mind what parameter is what. > > > > > So I renamed the whole lot to > > > enum_domain and *_DOMAIN. > > > > You are my hero. :-) I would have proposed something like this except > > that I couldn't think of any good terminology; if you like domain, I > > certainly won't complain. > > > > I don't particularly like it either, but it seems the lesser of two > evils. I also couldn't come up with anything better. I also don't > particularly want to re-edit all those files :-) > > elena > committed. elena > > > David Carlton > > carlton@math.stanford.edu