Module: wine Branch: master Commit: 21cd6865c839c85b5a7d0813373426eff6f18384 URL: http://source.winehq.org/git/wine.git/?a=commit;h=21cd6865c839c85b5a7d081337...
Author: Rob Shearman rob@codeweavers.com Date: Fri Apr 25 10:58:24 2008 +0100
widl: Rename pident to declarator and parse the array declarations as part of declarators.
This allows arrays to be used in typedefs and const statements.
---
tools/widl/parser.y | 129 ++++++++++++++++++++++++------------------------ tools/widl/widltypes.h | 7 ++- 2 files changed, 68 insertions(+), 68 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=21cd6865c839c85b5a7d08...