Subject: Re: Per query timeouts

Re: Per query timeouts

From: William Ahern <william_at_25thandclement.com>
Date: 2006-01-19

On Thu, Jan 19, 2006 at 09:51:47AM -0500, izimmerman@borderware.com wrote:
>
> Ian> Here's one ares user who can't compile with C99 (yet, it will
> Ian> change in a couple of months, I hope).
>
> William> What compiler are you using? Generally new features aren't
> William> added in C unless most compilers already have some support for
> William> the feature in one way or another (or unless the Fortran folks
> William> step into the fray).
>
> gcc 2.95
>

        Variadic macros are a new feature in C99. GNU CPP has supported them
        for a long time, but only with a named variable argument (`args...',
        not `...' and __VA_ARGS__).

        -- http://www.delorie.com/gnu/docs/gcc/cpp_19.html
Received on Thu Jan 19 20:35:06 2006