aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-06-25 00:14:15 +0000
committerAlan Modra <amodra@gcc.gnu.org>2002-06-25 09:44:15 +0930
commit8ff82b06d62f4cb62c2383e853e112f63d509497 (patch)
tree1b8fcb81e9215f64bf0edf39d44355f2fa2277b4 /include/ChangeLog
parentfdae83abe7a88e1f08ec25d3f4eb5eb21ec342bf (diff)
downloadgcc-8ff82b06d62f4cb62c2383e853e112f63d509497.zip
gcc-8ff82b06d62f4cb62c2383e853e112f63d509497.tar.gz
gcc-8ff82b06d62f4cb62c2383e853e112f63d509497.tar.bz2
demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.
* demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>. * fibheap.h: Likewise. * hashtab.h: Likewise. * partition.h: Likewise. * sort.h: Likewise. * splay-tree.h: Likewise. From-SVN: r54974
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 28cbe07..416ad82 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,12 @@
+2002-06-25 Alan Modra <amodra@bigpond.net.au>
+
+ * demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.
+ * fibheap.h: Likewise.
+ * hashtab.h: Likewise.
+ * partition.h: Likewise.
+ * sort.h: Likewise.
+ * splay-tree.h: Likewise.
+
2002-06-24 Alan Modra <amodra@bigpond.net.au>
* libiberty.h (basename): Don't declare if HAVE_DECL_BASENAME.