diff options
author | Nick Clifton <nickc@redhat.com> | 2017-07-31 15:08:32 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-07-31 15:08:32 +0100 |
commit | c48a4d983400ade9cfba0531905245eb454afe08 (patch) | |
tree | b92a785c760f79a74b9d6214df44c901002ce2a9 /include/ChangeLog | |
parent | 7e5ed83b229681f57d807f79fbea3703c8121afa (diff) | |
download | gdb-c48a4d983400ade9cfba0531905245eb454afe08.zip gdb-c48a4d983400ade9cfba0531905245eb454afe08.tar.gz gdb-c48a4d983400ade9cfba0531905245eb454afe08.tar.bz2 |
Fix compile time error when using ansidecl.h with an old version of GCC.
PR 21850
* ansidecl.h (OVERRIDE): Protect check of __cplusplus value with
#idef __cplusplus.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index da1ce10..443cab0 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2017-07-31 Nick Clifton <nickc@redhat.com> + + PR 21850 + * ansidecl.h (OVERRIDE): Protect check of __cplusplus value with + #idef __cplusplus. + 2017-07-19 Claudiu Zissulescu <claziss@synopsys.com> * opcode/arc.h (SJLI): Add. |