aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2000-04-24 07:29:11 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-04-24 07:29:11 +0000
commit18a94a2f75417b44551c1e0e02865a9d7632e564 (patch)
tree488af2866d01b416ccf20f74818935ec34822045 /include/ChangeLog
parent7d78e330d1169ef4bf7a47a67c73001b9d0fac6c (diff)
downloadgcc-18a94a2f75417b44551c1e0e02865a9d7632e564.zip
gcc-18a94a2f75417b44551c1e0e02865a9d7632e564.tar.gz
gcc-18a94a2f75417b44551c1e0e02865a9d7632e564.tar.bz2
hashtab.h (hash_pointer): Declare.
* hashtab.h (hash_pointer): Declare. (eq_pointer): Likewise. * hashtab.c (hash_pointer): New function. (eq_pointer): Likewise. (htab_hash_pointer): New variable. (htab_eq_pointer): Likewise. From-SVN: r33372
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 7dd93fb..f17e65d 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-24 Mark Mitchell <mark@codesourcery.com>
+
+ * hashtab.h (hash_pointer): Declare.
+ (eq_pointer): Likewise.
+
2000-04-23 Mark Mitchell <mark@codesourcery.com>
* sort.h: New file.