widl: Remove func_t type.
authorRob Shearman <robertshearman@gmail.com>
Tue, 23 Mar 2010 13:33:36 +0000 (13:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 23 Mar 2010 16:28:22 +0000 (17:28 +0100)
commit979bdf28b60dbb10782dc8a34e1f308112a8a81a
tree2b0cf4fe2ea96818245263c865e06d522eb4a0ba
parenta3f649f730ed9f8881e6f2572fe9475728caf670
widl: Remove func_t type.

It was just a simple indirection to get to a var_t, so just replace
all uses of it with the latter.
tools/widl/parser.y
tools/widl/typetree.c
tools/widl/typetree.h
tools/widl/widltypes.h
tools/widl/write_msft.c