Module: wine Branch: master Commit: 2b87d269e1a30f9fce37a18fafab41a09bbaf57d URL: http://source.winehq.org/git/wine.git/?a=commit;h=2b87d269e1a30f9fce37a18faf...
Author: Rob Shearman robertshearman@gmail.com Date: Mon Jan 5 23:34:52 2009 +0000
widl: Add a new function, type_array_get_element.
Use it whenever retrieving the element type of an array.
---
tools/widl/expr.c | 2 +- tools/widl/header.c | 15 ++++++++----- tools/widl/header.h | 4 +- tools/widl/parser.y | 4 ++- tools/widl/typegen.c | 49 ++++++++++++++++++++++++----------------------- tools/widl/typetree.h | 6 +++++ tools/widl/write_msft.c | 4 +- 7 files changed, 48 insertions(+), 36 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2b87d269e1a30f9fce37a1...