]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use 2, not 1, for bitfield size in verify.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Sep 2005 21:49:59 +0000 (21:49 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Sep 2005 21:49:59 +0000 (21:49 +0000)
lib/ChangeLog

index c0cfd2edab1cb665889255d0e107e3955ce151b9..f6f6ddb2b55c184fac12b71153425abf30fe883a 100644 (file)
@@ -8,6 +8,8 @@
        Instead, declare a function that returns a pointer to an array,
        and use verify_type__ to declare the size of the array.
        Problem and germ of a solution reported by Bruno Haible.
+       (verify_type__): Use 2, not 1, for bitfield size, to avoid
+       a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
 
 2005-09-23  Jim Meyering  <jim@meyering.net>