]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
authorJeffrey A Law <law@cygnus.com>
Mon, 8 Nov 1999 16:26:37 +0000 (16:26 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 8 Nov 1999 16:26:37 +0000 (09:26 -0700)
From-SVN: r30453

libiberty/ChangeLog
libiberty/hashtab.c

index d0144fce4f8e2a1f3b32545cb0dde078166cc1da..8e5756e29a1960364b2fefad96f56925b7519cf8 100644 (file)
@@ -1,3 +1,7 @@
+Mon Nov  8 09:23:41 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
+
 Tue Nov  2 03:23:13 1999  Philippe De Muyter  <phdm@macqel.be>
 
        * xstrdup (sys/types.h): Include this file.
index 9fce8ccc1254f2f243a07e246b6c7572957ec658..67a79f7e509f96e38882082d23c6439884801328 100644 (file)
@@ -266,7 +266,7 @@ clear_hash_table_slot (htab, slot)
 void
 traverse_hash_table (htab, callback, info)
      hash_table_t htab;
-     int (*callback) (hash_table_entry_t, void *);
+     int (*callback) PARAMS ((hash_table_entry_t, void *));
      void *info;
 {
   hash_table_entry_t *entry_ptr;