diff options
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 40d35a1a439..2b431dacece 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -127,7 +127,7 @@ typedef struct bfd bfd; success and FALSE on failure (unless they're a predicate). */ #ifdef POISON_BFD_BOOLEAN -# pragma GCC poison bfd_boolean FALSE TRUE +# pragma GCC poison bfd_boolean #else # define bfd_boolean bool # undef FALSE |