On Fri, Jan 2, 2015 at 10:51 AM, z_axis <[email protected]> wrote: > On a freebsd-9.3 box, the newest tcc reports: /usr/include/stdio.h:63: error: > ';' expected (got "va_list") > > In stdio.h > #if __BSD_VISIBLE || __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE > #ifndef _VA_LIST_DECLARED > typedef __va_list va_list; <--- line 63 > #define _VA_LIST_DECLARED > #endif > #endif >
I cannot reproduce your problem. Could you offer a self-included header file or C source file that can be used to reproduce your problem? Sincerely, Lee _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
