aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-09-20 00:21:54 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2002-09-20 00:21:54 +0000
commite2bb0cb4b31693f70f5b32014787f6d687f741ed (patch)
tree0bc8816741b1bf27806e15ab60ff6e96474de2f5 /include/ChangeLog
parentff0765200c2e107d15c78b53cf2b215a6a7638c8 (diff)
downloadgcc-e2bb0cb4b31693f70f5b32014787f6d687f741ed.zip
gcc-e2bb0cb4b31693f70f5b32014787f6d687f741ed.tar.gz
gcc-e2bb0cb4b31693f70f5b32014787f6d687f741ed.tar.bz2
libiberty.h (asprintf, vasprintf): Don't declare them if the corresponding HAVE_DECL_ macro is 1.
* libiberty.h (asprintf, vasprintf): Don't declare them if the corresponding HAVE_DECL_ macro is 1. From-SVN: r57324
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 416ad82..64e9954 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-19 Alexandre Oliva <aoliva@redhat.com>
+
+ * libiberty.h (asprintf, vasprintf): Don't declare them if the
+ corresponding HAVE_DECL_ macro is 1.
+
2002-06-25 Alan Modra <amodra@bigpond.net.au>
* demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.