|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [RFC] [PATCHv10 08/31] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList |
Date: | Mon, 12 Aug 2013 10:04:01 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 |
On 08/12/2013 09:25 AM, Alex Bligh wrote: > You mean one can't do > > typedef struct foo foo; > ... > typedef struct foo { > ... > } foo; > > ? No, but you can do typedef struct foo foo; ... struct foo { }; It's the double typedef that's the problem. r~
[Prev in Thread] | Current Thread | [Next in Thread] |