tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] semicolon after struct closing braces


From: mobi phil
Subject: Re: [Tinycc-devel] semicolon after struct closing braces
Date: Sat, 15 Mar 2014 13:07:11 +0100

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
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]