On Mon, 5 Dec 2005, Paul Eggert wrote:

Does this work for you?

#define YYUSE(v) ((v) = (v))

No, yysymprint() declares its yyvaluep param const.

I doubt it.  See <http://docs.sun.com/source/819-0494/lint.html>.
Maybe "lint -erroff=E_FALSE_LOGICAL_EXPR" would do the trick?

Yep, that did it.

Joel


_______________________________________________
Help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to