widl: Don't create a temporary variable in the t_ident rule.
commit0fb1a642455d9bb62fceed62473bb55f41465089
authorRobert Shearman <rob@codeweavers.com>
Tue, 6 May 2008 15:12:34 +0000 (6 16:12 +0100)
committerRobert Shearman <robertshearman@gmail.com>
Sat, 31 May 2008 17:53:58 +0000 (31 18:53 +0100)
tree6de44fca9ec49afdec07f615c6e843da495cef51
parent959e4e2d4c97b2412a7bfe1bc2a78c5fefff1358
widl: Don't create a temporary variable in the t_ident rule.

The identifier doesn't have any properties of a variable and we only use it for holding the name before it is freed.

Use get_type instead of get_typev in the make_*_type functions and get rid of get_typev.
tools/widl/parser.y