From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eli Zaretskii" To: msnyder@redhat.com Cc: gdb@sources.redhat.com Subject: Re: enum enable Date: Fri, 13 Jul 2001 00:18:00 -0000 Message-id: <9003-Fri13Jul2001101915+0300-eliz@is.elta.co.il> References: <3B4E41B5.64FB@redhat.com> X-SW-Source: 2001-07/msg00128.html > Date: Thu, 12 Jul 2001 17:32:53 -0700 > From: Michael Snyder > > Eli Zaretskii wrote: > > > > breakpoint.h declares `enum enable'. This gets in the way with some of > > the DJGPP headers, because there's a library function by that name (which > > enables interrupts). > > > > Is it possible to rename the enum to something less general, such as > > `enum bp_enable'? > > It's been discussed before, and I think the consensus > was that it is a good idea. I'm certainly open to it. Thanks, I will submit a patch soon, hopefully today or tomorrow.