I get an error message of:

wrong2.c:4: ';' expected

when there clearly is a ';'. The code is, of course, incorrect, and so
tcc correctly should not compile it, but the error itself is a bit
misleading.

The code is attached (5 lines).



P.S. - Is there an IRC channel where alot of people who use tcc or tcc
developers hang out? I tried #tcc on freenode but nobody seems to be
there...

Thanks.
int x;

main() {
	extern int x = 4;
}
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to