On Jul 21, 2006, at 7:13 AM, Edgar Johnson wrote:
> for the following input:
>
> C:\projects\antlr\ANTLRW~1\c>type samples\pt.h
> struct SVector64
> {
> int X;
> int Y;
> int Z;
> };
> typedef SVector64 temp;
That is not valid C if I remember...need struct in that typedef :)
Ter