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

Sincerely!


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

Reply via email to