Hi Guys.

Something broke really bad:

]$ cat hello.c
#include <stdio.h>

int main(int argc, char **argv)
{
        printf("hello, world\n");
        return 0;
}
$ tcc hello.c -o hello
In file included from hello.c:1:
In file included from /usr/include/stdio.h:36:
/usr/include/bits/types.h:144: error: type expected
$ uname -a
Linux chumley 3.2.0-36-generic #57-Ubuntu SMP Tue Jan 8 21:44:52 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

Please fix before the release...


Thanks,

Arnold

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

Reply via email to