This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: enum enable
- To: Eli Zaretskii <eliz at is dot elta dot co dot il>
- Subject: Re: enum enable
- From: Michael Snyder <msnyder at redhat dot com>
- Date: Thu, 12 Jul 2001 17:32:53 -0700
- CC: gdb at sources dot redhat dot com, Michael Snyder <msnyder at cygnus dot com>
- References: <Pine.SUN.3.91.1010711161311.5321C-100000@is>
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.