Bug 555960 - nested structs and unions
authorColin Walters <walters@src.gnome.org>
Wed, 4 Feb 2009 00:48:17 +0000 (00:48 +0000)
committerColin Walters <walters@src.gnome.org>
Wed, 4 Feb 2009 00:48:17 +0000 (00:48 +0000)
commitab991adecd8659a8b2843f4191ca4aa16aa4e121
tree4108ca7f82c15b9246a64841b9d108179addcf4a
parentf9d18289df50efa1488747c06720c80610e0b4bc
Bug 555960 - nested structs and unions

Patch from Andreas Rottmann <a.rottmann@gmx.at>.

This change modifies the parser to hold a stack of nodes, instead of
a single concept of "current" node.  This allows the parser to recurse
into nested nodes.

svn path=/trunk/; revision=1081
ChangeLog
girepository/girparser.c