This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Rename *_NAMESPACE enum


Elena Zannoni writes:
 > David Carlton writes:
 >  > On Mon, 12 May 2003 14:42:23 -0400, Elena Zannoni <ezannoni@redhat.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]