widl: Don't create a temporary variable in the t_ident rule.
authorRob Shearman <robertshearman@gmail.com>
Mon, 29 Dec 2008 12:05:41 +0000 (12:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 29 Dec 2008 13:45:28 +0000 (14:45 +0100)
commitefdd020514b03843058e570c0c0829f8da1e6d98
tree0c8a35444636cd42316d71767b8f75afa088af6d
parent213f32744fa6dd4eed27454012b8b0138b22930c
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 type_new_* functions and get
rid of get_typev.
tools/widl/parser.y