From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32660 invoked by alias); 12 May 2003 19:16:01 -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 1361 invoked from network); 12 May 2003 19:10:42 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 12 May 2003 19:10:42 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h4CJAXQ21593; Mon, 12 May 2003 12:10:33 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Rename *_NAMESPACE enum References: <16063.60175.389541.259178@localhost.redhat.com> From: David Carlton Date: Mon, 12 May 2003 19:16:00 -0000 In-Reply-To: <16063.60175.389541.259178@localhost.redhat.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00188.txt.bz2 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. David Carlton carlton@math.stanford.edu