Blame SOURCES/recode-bool-bitfield.patch

cd41d9
--- src/recodext.h.orig	2008-01-16 13:15:39.000000000 +0100
cd41d9
+++ src/recodext.h	2008-01-16 13:16:47.000000000 +0100
cd41d9
@@ -218,7 +218,7 @@
cd41d9
     enum recode_symbol_type type : 3;
cd41d9
 
cd41d9
     /* Non zero if this one should be ignored.  */
cd41d9
-    bool ignore : 2;
cd41d9
+    bool ignore : 1;
cd41d9
   };
cd41d9
 
cd41d9
 struct recode_surface_list