From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Snyder To: Eli Zaretskii Cc: gdb@sources.redhat.com, Michael Snyder Subject: Re: enum enable Date: Thu, 12 Jul 2001 17:38:00 -0000 Message-id: <3B4E41B5.64FB@redhat.com> References: X-SW-Source: 2001-07/msg00125.html 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.