diff options
author | bernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-13 20:59:09 +0000 |
---|---|---|
committer | bernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-13 20:59:09 +0000 |
commit | 500b8870f07e2ae2f48f0cbe57c26b36afc981b6 (patch) | |
tree | 50e08ec7845ba12df06ef4ca3dfe67e5c22ec110 /include | |
parent | 2c04b9516a7c03bfeb93d680905b42071380c24b (diff) | |
download | gcc-500b8870f07e2ae2f48f0cbe57c26b36afc981b6.tar.gz |
* libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
libcpp/internal.h.
(XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
macros.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84643 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 55ea8854ba2..0a736f82c52 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,5 +1,12 @@ 2004-07-13 Bernardo Innocenti <bernie@develer.com> + * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from + libcpp/internal.h. + (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New + macros. + +2004-07-13 Bernardo Innocenti <bernie@develer.com> + * libiberty.h (ASTRDUP): Add casts required for stricter type conversion rules of C++. * obstack.h (obstack_free): Likewise. |