Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 209036 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- recode/src/recodext.h
0
++ recode/src/recodext.h
Lines 218-224 Link Here
218
    enum recode_symbol_type type : 3;
218
    enum recode_symbol_type type : 3;
219
219
220
    /* Non zero if this one should be ignored.  */
220
    /* Non zero if this one should be ignored.  */
221
    bool ignore : 2;
221
    bool ignore : 1;
222
  };
222
  };
223
223
224
struct recode_surface_list
224
struct recode_surface_list

Return to bug 209036