From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: gdb@sources.redhat.com Cc: Michael Snyder Subject: enum enable Date: Wed, 11 Jul 2001 06:14:00 -0000 Message-id: X-SW-Source: 2001-07/msg00090.html 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'?