tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] how to fix such a error ?


From: Lee Duhem
Subject: Re: [Tinycc-devel] how to fix such a error ?
Date: Wed, 7 Jan 2015 16:29:51 +0800

On Fri, Jan 2, 2015 at 10:51 AM, z_axis <address@hidden> 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



reply via email to

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