diff options
Diffstat (limited to 'gdb/common')
-rw-r--r-- | gdb/common/poison.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/poison.h b/gdb/common/poison.h index 1647c9c..e28b0e0 100644 --- a/gdb/common/poison.h +++ b/gdb/common/poison.h @@ -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 * |