tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] crt1.c revision


From: z_axis
Subject: Re: [Tinycc-devel] crt1.c revision
Date: Tue, 30 Dec 2014 14:34:56 +0800 (CST)

$uname -a
FreeBSD mybsd.zsoft.com 9.3-RELEASE-p5 FreeBSD 9.3-RELEASE-p5 #0: Mon Nov  3 
22:02:57 UTC 2014     address@hidden:/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!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]