On Sun, Sep 17, 2006 at 02:12:39PM -0500, Cayle Graumann wrote:
> #define nelem(x) (sizeof (x)/sizeof (x)[0])
Try
#define nelem(x) (sizeof (x)/sizeof ((x)[0]))
parse_expr_type() needs the block after "/* post operations */" from
unary() after skip(')') when parse_btype() is false.
But then we can go further and ask if "sizeof (char)7" is a legal C
expression...
> static uvlong uvnan = ((uvlong)0x7FF00000<<32)|0x00000001;
You need to implement the "if (c1 && c2)" block from gen_opic() in
gen_opl().
Daniel
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel