blob: 2c32886f2eacf9d04399e1c40a3eefb9bf7579d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: recode-3.6/src/recodext.h
===================================================================
--- recode-3.6.orig/src/recodext.h 2008-09-12 19:26:53.000000000 -0700
+++ recode-3.6/src/recodext.h 2008-09-12 19:27:15.000000000 -0700
@@ -218,7 +218,7 @@
enum recode_symbol_type type : 3;
/* Non zero if this one should be ignored. */
- bool ignore : 2;
+ bool ignore : 1;
};
struct recode_surface_list
|