widl: Keep const attributes applied to pointers when writing out the type.
commit146ef11b7716e17dada38bd157906179c2b0d76e
authorRob Shearman <rob@codeweavers.com>
Tue, 29 Apr 2008 19:39:53 +0000 (29 20:39 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 30 Apr 2008 09:30:55 +0000 (30 11:30 +0200)
treea982b2e2b9b39f759811fa081a722da657b80c0e
parent5fe5def3d1cdc3a3bdeec172a6860986a9a53028
widl: Keep const attributes applied to pointers when writing out the type.

Use an attribute to store the const qualifier for the pointer and type.

Allow multiple type-qualifiers to be applied to a type by adding a
declaration-specifier rule that encompasses type-qualifiers and types.
tools/widl/header.c
tools/widl/parser.y
tools/widl/widltypes.h