diff options
author | Alan Modra <amodra@gmail.com> | 2021-03-31 22:59:25 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-03-31 23:07:51 +1030 |
commit | 65c5fbd4fdecd96c91f43edc673e1e14f37c5cbd (patch) | |
tree | ab8b336379c0639a78faaf9b19e0d5e0a10106c5 /bfd/bfd-in2.h | |
parent | 5b7c81bd8cc80253a48c7045e4d2c8d2bf178eb9 (diff) | |
download | gdb-65c5fbd4fdecd96c91f43edc673e1e14f37c5cbd.zip gdb-65c5fbd4fdecd96c91f43edc673e1e14f37c5cbd.tar.gz gdb-65c5fbd4fdecd96c91f43edc673e1e14f37c5cbd.tar.bz2 |
PR27671, Poisoning TRUE / FALSE poisons Win32 system headers
PR 27671
* bfd-in.h: Don't poison FALSE or TRUE.
* bfd-in2.h: Regenerate.
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 40d35a1..2b431da 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 |