[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] [PATCH] Parentheses handling within struct/union init
From: |
Rob Landley |
Subject: |
Re: [Tinycc-devel] [PATCH] Parentheses handling within struct/union initialization |
Date: |
Fri, 28 Sep 2007 15:01:50 -0500 |
User-agent: |
KMail/1.9.6 |
On Friday 28 September 2007 11:47:09 am Marc Andre Tanner wrote:
> The following can't be compiled, tcc complains: ',' expected.
I've bumped into a few of those.
I also don't think I ever got around to fixing:
char blah[] = ("thingy");
Which is the result of using the gnu _("ugh") internationalization macros...
I've bookmarked this but probably won't have time to look at it before
monday...
Rob
--
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson.