> $ cat test.c
> #define MY_MACRO 1
> #line MY_MACRO
> int main() { return 0; }
> $ tcc test.c
> test.c:2: error: wrong #line format

This does not seem to be an issue anymore.
Thanks to Herman for dealing with this in 999ec460
https://repo.or.cz/tinycc.git/commit/999ec460a617998a1ccfbf544c6f982e79fa0a1f

Best regards,
Kornel
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to