From ebca458e8efa27c055adc7536935c20b3426ce62 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 23 Sep 2005 21:49:59 +0000 Subject: [PATCH] Use 2, not 1, for bitfield size in verify.h. --- lib/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index c0cfd2edab..f6f6ddb2b5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -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 -- 2.47.3