Remove unused "ignore" field in widl structures

Dan Hipschman dsh at linux.ucla.edu
Tue Jul 25 00:56:51 CDT 2006


On Mon, Jul 24, 2006 at 11:49:35AM -0700, Dan Hipschman wrote:
> 
> This field is superfluous:
> 
> [widl]$ find -name "*.[chly]" | xargs fgrep -n ignore
> ./parser.y:1049:  t->ignore = parse_only;
> ./parser.y:1126:  f->ignore = parse_only;
> ./widltypes.h:208:  int ignore, is_const, sign;
> ./widltypes.h:238:  int ignore, idx;
> ./parser.tab.c:3841:  t->ignore = parse_only;
> ./parser.tab.c:3918:  f->ignore = parse_only;

This patch has been obsoleted by the patch, "widl [1/2]: Fix redefinition
of types in output (take 2)," here:
<http://www.winehq.org/pipermail/wine-patches/2006-July/028998.html>,
which rather than removing the ignore field, puts it to use.



More information about the wine-devel mailing list