di-set: add "const" to a cast
[pspp] / ChangeLog
index c1ba82170de10555d519eedd7da9b6ef1867ab43..2703b2dfee5e6febfbb4361652db2b3fba468c90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-08  Jim Meyering  <meyering@redhat.com>
+
+       di-set: add "const" to a cast
+       * lib/di-set.c (di_set_insert): Cast hash_insert0 argument to
+       "(void const *)", not "(void *)".  Spotted by Bruno Haible.
+
 2011-02-06  Bruno Haible  <bruno@clisp.org>
 
        Rename module 'wctype' to 'wctype-h'.