Martin J. Dürst duerst@w3.org
http://www.w3.org/People/D%C3%BCrst
Martin Maechler maechler@stat.math.ethz.ch
+Martin Michlmayr tbm@cyrius.com
+ http://www.cyrius.com/
Martin Trautmann traut@gmx.de
Martin Mares mj@ucw.cz
http://atrey.karlin.mff.cuni.cz/~mj/
+2008-03-12 François Pinard <pinard@iro.umontreal.ca>
+
+ * recodext.h: Set bit field with, for ignore, from 2 to 1.
+ Reported by Martin Michlmayr.
+
2008-03-12 Andreas Schwab <schwab@suse.de>
* names.c (alias_free): New function.
enum recode_symbol_type type : 3;
/* Non zero if this one should be ignored. */
- bool ignore : 2;
+ bool ignore : 1;
};
struct recode_surface_list