recode-bool-bitfield.patch 308 B

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