On 10/29/2012 01:03 AM, Akim Demaille wrote:
> So you are suggesting something different now, right?

Yes.

> Something like "%define initialize_yyllval_and_yylloc" if I
> understand correctly (and translate into something dealt with
> by Bison rather than CPP).

I hadn't been thinking of it as anything requiring a directive
at the Bison level.  I was thinking only of a macro that one
defines at the C level, to disable the warnings.  I suppose
that it could be mapped into a Bison directive too, though, if
that's convenient.

You can see an example of what I'm talking about by looking at
the coreutils source and seeing the C code that uses
"#ifdef lint" or "defined lint".

Reply via email to