24 Apr
2008
24 Apr
'08
9:56 p.m.
Module: wine Branch: master Commit: ec81a78f017f169954d792dcbed62f87eb30c3d9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ec81a78f017f169954d792dcbe... Author: Rob Shearman <rob(a)codeweavers.com> Date: Thu Apr 24 19:03:50 2008 +0100 widl: Construct the pointer chain while parsing pointers, rather than storing a ptr_level. This method is more flexible and somewhat simpler. --- tools/widl/parser.y | 175 +++++++++++++++++++++++++---------------------- tools/widl/widltypes.h | 9 +-- 2 files changed, 95 insertions(+), 89 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ec81a78f017f169954d792...