Blame SOURCES/recode-bool-bitfield.patch

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