> $ cat test.c
> #define MY_MACRO 1
> #line MY_MACRO
> int main() { return 0; }
> $ tcc test.c
> test.c:2: error: wrong #line formatThis 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 [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
