Martin Liddle wrote:
In article CB8F4D9EA060D31188730008C79143C406F8C101@dlee11.itg.ti.com, "Gloria, Jing" j-gloria@ti.com writes
Class :Class_typ; <<< line
226 Class is a GPC reserve word.
You can certainly work around this by adding a {$define class thing} directive to the start of the program/unit. We had exactly the same problem when Class became a reserved word.
This only has the problem that defines don't work across units.
I'd missed `class' in the original mail (again, please include complete test programs, possibly as MIME attachments, so I can run them directly).
I'll disable `class' as a keyword for now, since it's not been implemented yet, anyway. By the time it will be implemented, there's (hopefully) a feature to disable certain keywords explicitly.
Frank