tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] regression: `#line MACRO` results in `wrong #line format`


From: sleeptightAnsiC
Subject: [Tinycc-devel] regression: `#line MACRO` results in `wrong #line format` since 6b78e561
Date: Wed, 5 Feb 2025 20:17:46 +0100


> $ 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

reply via email to

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