[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 09:15:34 -0800 |
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.
Thanks.
Joe