Re: [Tinycc-devel] Can the code comply to c89

2008-03-25 Thread grischka
From: Hanzac Chen: Hi, Because the some of the code can't be built in other compilers like MS Visual C++. I think the extensions of gcc should not be used especially. Here is the patch to make it compiled by VC. At least recent cl has long long now. Anyway, thanks for the patch. ---

Re: [Tinycc-devel] Can the code comply to c89

2008-03-21 Thread Dave Dodge
On Wed, Mar 19, 2008 at 01:24:45PM +0800, Hanzac Chen wrote: I think the extensions of gcc should not be used especially. Here is the patch to make it compiled by VC. -[OP_REG8] = 0, -[OP_REG16] = 1, -[OP_REG32] = 2, + 0, +/* [OP_REG8] = */ 0, +/* [OP_REG16] = */ 1, +

[Tinycc-devel] Can the code comply to c89

2008-03-18 Thread Hanzac Chen
Hi, Because the some of the code can't be built in other compilers like MS Visual C++. I think the extensions of gcc should not be used especially. Here is the patch to make it compiled by VC. - Hanzac tinycc.patch Description: Binary data ___