Module: wine Branch: master Commit: 6b955b514d45d9c953a418e8dcb756f22a2cbdf5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6b955b514d45d9c953a418e8dc...
Author: Rob Shearman robertshearman@gmail.com Date: Mon Dec 29 12:06:35 2008 +0000
widl: Generate header files from the parse tree instead of using hooks in the parser.
---
tools/widl/header.c | 281 ++++++++++++++++++++++++++++++++++++----------- tools/widl/header.h | 11 -- tools/widl/parser.h | 1 + tools/widl/parser.y | 96 ++++++----------- tools/widl/typetree.c | 7 +- tools/widl/typetree.h | 2 +- tools/widl/widl.c | 33 +----- tools/widl/widl.h | 8 +- tools/widl/widltypes.h | 3 +- 9 files changed, 266 insertions(+), 176 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6b955b514d45d9c953a418...