widl: Access array type properties through accessors instead of getting them directly.
commit200ec538352c36cb1e10e76c70ec7da56cbc0958
authorRob Shearman <robertshearman@gmail.com>
Mon, 5 Jan 2009 23:33:36 +0000 (5 23:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 6 Jan 2009 11:56:33 +0000 (6 12:56 +0100)
tree15fba68144c0f41b5d45a4dd47a8f05d81128375
parent901a42b7f90a8b7f9859dba0b55e58cd4c38a6e0
widl: Access array type properties through accessors instead of getting them directly.

Store array type properties in the details union to save a bit of
memory and to make the general properties more obvious.
tools/widl/header.c
tools/widl/parser.y
tools/widl/typegen.c
tools/widl/typetree.h
tools/widl/widltypes.h
tools/widl/write_msft.c