Re: [PATCH 03/10] widl: Implement a more abstract way of representing basic types.

2009-03-05 Thread Alexandre Julliard
Rob Shearman writes: > Thanks for the info. Does the attached patch fix it? Not quite (static variables are zero anyway), but this does: diff --git a/tools/widl/typetree.c b/tools/widl/typetree.c index 57a5736..74cbd5f 100644 --- a/tools/widl/typetree.c +++ b/tools/widl/typetree.c @@ -102,7 +10

Re: [PATCH 03/10] widl: Implement a more abstract way of representing basic types.

2009-03-05 Thread Rob Shearman
2009/3/5 Alexandre Julliard : > Rob Shearman writes: > >> --- >>  tools/widl/expr.c      |   18 >>  tools/widl/header.c    |   34 ++-- >>  tools/widl/parser.y    |  103 >> ++- >>  tools/widl/typelib.c   |   60 --

Re: [PATCH 03/10] widl: Implement a more abstract way of representing basic types.

2009-03-05 Thread Alexandre Julliard
Rob Shearman writes: > --- > tools/widl/expr.c | 18 > tools/widl/header.c| 34 ++-- > tools/widl/parser.y| 103 ++- > tools/widl/typelib.c | 60 > tools/widl/typetree.c | 31 ++