mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
Fix typo in poison.h
gdb/ChangeLog: * common/poison.h (XDELETE): Fix typo.
This commit is contained in:
parent
035d856f2c
commit
6d83e819df
@ -1,3 +1,7 @@
|
||||
2017-12-02 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* common/poison.h (XDELETE): Fix typo.
|
||||
|
||||
2017-12-01 Andrew Cagney <cagney@redhat.com>
|
||||
Joel Brobecker <brobecker@adacore.com>
|
||||
Sergio Durigan Junior <sergiodj@redhat.com>
|
||||
|
@ -130,7 +130,7 @@ data type. Use operator delete instead.");
|
||||
}
|
||||
|
||||
#undef XDELETE
|
||||
#define XDELETE(P) xdelete (p)
|
||||
#define XDELETE(P) xdelete (P)
|
||||
|
||||
template<typename T>
|
||||
static T *
|
||||
|
Loading…
Reference in New Issue
Block a user