[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];
- Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm, (continued)
- Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm, Domingo Alvarez Duarte, 2014/03/28
- Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm, Michael Matz, 2014/03/29
- Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm, Domingo Alvarez Duarte, 2014/03/29
- Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm, Domingo Alvarez Duarte, 2014/03/29
- Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm, Domingo Alvarez Duarte, 2014/03/29
- Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm, Michael Matz, 2014/03/29
- Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm, Domingo Alvarez Duarte, 2014/03/30
- Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm, Daniel Glöckner, 2014/03/30
- Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm, Michael Matz, 2014/03/29
- Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm, Daniel Glöckner, 2014/03/29
- Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm,
Daniel Glöckner <=
- Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm, Daniel Glöckner, 2014/03/29