]> git.pld-linux.org Git - packages/recode.git/blame - recode-gcc4_3.patch
explicitly define encoding for texinfo file
[packages/recode.git] / recode-gcc4_3.patch
CommitLineData
4afe04f1
JK
1diff -dur recode-3.6.orig/src/recodext.h recode-3.6/src/recodext.h
2--- recode-3.6.orig/src/recodext.h 2001-01-04 15:36:54.000000000 +0100
3+++ recode-3.6/src/recodext.h 2009-03-17 13:26:19.000000000 +0100
4@@ -218,7 +218,7 @@
5 enum recode_symbol_type type : 3;
6
7 /* Non zero if this one should be ignored. */
8- bool ignore : 2;
9+ bool ignore : 1;
10 };
11
12 struct recode_surface_list
This page took 0.046249 seconds and 4 git commands to generate.