From: Bernardo Innocenti Date: Tue, 13 Jul 2004 20:59:09 +0000 (+0200) Subject: libiberty.h (XNEW, [...]): Move here from libcpp/internal.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b6fa4f6e162650a0dfddbefb0104ca7d0224920d;p=gcc.git libiberty.h (XNEW, [...]): Move here from libcpp/internal.h. * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from libcpp/internal.h. (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New macros. From-SVN: r84643 --- diff --git a/include/ChangeLog b/include/ChangeLog index 55ea8854ba2..0a736f82c52 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,10 @@ +2004-07-13 Bernardo Innocenti + + * 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 * libiberty.h (ASTRDUP): Add casts required for stricter