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

(-)recode-3.6-ORIGINAL/src/recodext.h (-1 / +1 lines)
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;
222
  };
222
  };
223
223
224
struct recode_surface_list
224
struct recode_surface_list

Return to bug 209036