for example:

// lf_macro.c
#define M(a,b) (a+b)
int main() {
    return M(1,
                 2);
}

"tcc -E lf_macro.c", then tcc enter an endless loop; but compile is ok.


_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to