tinycc-devel
[Top][All Lists]
Advanced

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

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


From: z_axis
Subject: [Tinycc-devel] how to fix such a error ?
Date: Fri, 02 Jan 2015 10:51:31 +0800 (CST)

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!




reply via email to

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