$uname -a
FreeBSD mybsd.zsoft.com 9.3-RELEASE-p5 FreeBSD 9.3-RELEASE-p5 #0: Mon Nov  3 
22:02:57 UTC 2014     
[email protected]:/usr/obj/usr/src/sys/GENERIC  i386

$head bin/wmi.c 
#!/home/sw2wolf/tcc/bin/tcc -run
#include <stdlib.h>
#include <stdio.h>
#include <signal.h>
#include <unistd.h>

/* #define __aligned(N) __attribute__ ((aligned (N))) */

$bin/wmi.c
In file included from bin/wmi.c:3:
/usr/include/stdio.h:63: error: ';' expected (got "va_list")

...
#ifndef _UINTMAX_T_DECLARED
typedef __uintmax_t             uintmax_t;   <--- line 63 in 
/usr/include/stdio.h
#define _UINTMAX_T_DECLARED
#endif

Regards!


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

Reply via email to