Module: wine Branch: master Commit: 77228b52e670fd91ee7ae9c030632f30bd79cd22 URL: http://source.winehq.org/git/wine.git/?a=commit;h=77228b52e670fd91ee7ae9c030...
Author: Rob Shearman robertshearman@gmail.com Date: Tue Jan 6 23:20:59 2009 +0000
widl: Determine the type of an array entirely at code generation time instead of at parse time.
Previously, this was done partially (for fixed array types only).
---
tools/widl/header.c | 18 ++++------ tools/widl/parser.y | 80 +++++++++++++++++++++--------------------- tools/widl/typegen.c | 94 ++++++++++++++++++++++++++++++++++++------------ tools/widl/typelib.c | 5 +++ tools/widl/typetree.c | 14 +++++++ tools/widl/typetree.h | 2 + 6 files changed, 138 insertions(+), 75 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=77228b52e670fd91ee7ae9...