Messages in this thread |  | | | Date | Mon, 21 Jan 2008 08:56:14 +0100 | | From | "Bert Wesarg" <> | | Subject | Re: [PATCH 2/6] typesafe: kthread_create and kthread_run | |
On Jan 20, 2008 11:04 PM, Rusty Russell <rusty@rustcorp.com.au> wrote:
> On Monday 21 January 2008 03:43:40 Bert Wesarg wrote:
> > No, it is a matter of conforming to C99 or to GNU extensions.
>
> Hi Bert!
>
> Not sure I see the point of your message.
>
> The original use the ... varargs GNU extension, your two argument version is
> the C99-safe variant, and your three args + __VA_ARGS__ uses the gcc ##
> extension.
You're right. I didn't know that the ## is a gnu extension too,
thanks. I thought C99 did it right from the beginning.
Sincerely
Bert
>
> Cheers,
> Rusty.
>
|  |