22 Mar
2006
22 Mar
'06
2:13 p.m.
Saveliy Tretiakov <saveliyt(a)mail.ru> writes:
ChangeLog: Saveliy Tretiakov <saveliyt(a)mail.ru> - Add missing ignore attribute. - Check for inapplicable attributes in typedef. Changed attribute parsing in a way Mike McCormack suggested. - Register type alias in typelib, if ATTR_PUBLIC is set.
I think checking values explicitly is preferable to encoding them in the syntax, since it gives you a chance to provide meaningful errors. If you rely on the parser all you'll get is a generic "syntax error" with no clue to what you did wrong. -- Alexandre Julliard julliard(a)winehq.org