tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] [TIPS?] array in struct initialization w/o '{', case3


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] [TIPS?] array in struct initialization w/o '{', case3
Date: Sat, 7 Mar 2015 13:30:59 +0300

It looks like it is more correct to convert
    (            (int)0+(int)1) + ((int)0+(int)1), 1
into
    (const)(
     ^^^^^^^^ chars to insert
But I don't know how to do this...



reply via email to

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