tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm


From: Daniel Glöckner
Subject: Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm
Date: Sat, 29 Mar 2014 23:52:42 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

On Sat, Mar 29, 2014 at 11:46:26PM +0100, Daniel Glöckner wrote:
> Actually sizeof(va_list) is 24 on x86_64 GCC although va_list is passed
> as a pointer. So we should
> 
> typedef void *va_list[3];

Or simply

typedef struct __va_list_struct va_list[1];



reply via email to

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