From: François Pinard Date: Wed, 12 Mar 2008 05:50:36 +0000 (-0400) Subject: ignore : 1 instead of : 2 X-Git-Tag: v3.7~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a34dfd2257f412dff59f2ad7f714252fa200028e;p=recode ignore : 1 instead of : 2 --- diff --git a/THANKS b/THANKS index deddce4..409364f 100644 --- a/THANKS +++ b/THANKS @@ -154,6 +154,8 @@ Markus Kuhn Markus.Kuhn@cl.cam.ac.uk 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/ diff --git a/src/ChangeLog b/src/ChangeLog index b70d2f1..3f9fce6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-03-12 François Pinard + + * recodext.h: Set bit field with, for ignore, from 2 to 1. + Reported by Martin Michlmayr. + 2008-03-12 Andreas Schwab * names.c (alias_free): New function. diff --git a/src/recodext.h b/src/recodext.h index 43ebaee..7a70a5c 100644 --- a/src/recodext.h +++ b/src/recodext.h @@ -221,7 +221,7 @@ struct recode_symbol enum recode_symbol_type type : 3; /* Non zero if this one should be ignored. */ - bool ignore : 2; + bool ignore : 1; }; struct recode_surface_list