>
> Hi, semicolon is not superfluous because you're able to define an object
> after structure definition. It allows you for example to define anonymous
> structure like;
>
>
>
> struct {
>
> int x;
>
> int y;
>
> } myobj ;
>
>
>
> Semicolon is there to say, definition is done AND I don't define variable
> of this type right now.
>

you are right... still a bug in tcc
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to