[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] about patch: support c99 for-loop init decls
From: |
Joe Soroka |
Subject: |
Re: [Tinycc-devel] about patch: support c99 for-loop init decls |
Date: |
Tue, 8 Mar 2011 13:20:43 -0800 |
On Tue, Mar 8, 2011 at 9:15 AM, Joe Soroka <address@hidden> wrote:
> On Tue, Mar 8, 2011 at 6:00 AM, grischka <address@hidden> wrote:
>> I'd rather let decl0() just do the c99 case and return a value
>
> Yes... I wanted to do that, but it didn't seem to fit with the rest of the
> code. I thought this way was more tcc-like. Please feel free to
> change it however you see fit.
I'm sorry, I didn't understand you precisely at first. I've figured
it out now. I'll make the changes you've suggested.
Thanks.
Joe