You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
326 B
12 lines
326 B
Index: src/recodext.h |
|
--- src/recodext.h.orig 2001-01-04 15:36:54.000000000 +0100 |
|
+++ src/recodext.h 2011-07-31 22:50:42.000000000 +0200 |
|
@@ -218,7 +218,7 @@ |
|
enum recode_symbol_type type : 3; |
|
|
|
/* Non zero if this one should be ignored. */ |
|
- bool ignore : 2; |
|
+ bool ignore; |
|
}; |
|
|
|
struct recode_surface_list
|
|
|