I am using the Windows version of TCC.
It’s very common on Windows to have UTF-8 files with a BOM,
and this is not working with TCC. The error is not specific.

For example,

int main()
{
    return 1;
}

file.c:2: warning: type defaults to int
file.c:2: error: ';' expected (got "int")

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

Reply via email to