"Joel E. Denny" <[EMAIL PROTECTED]> writes: >> Does this work for you? >> >> #define YYUSE(v) ((v) = (v)) > > No, yysymprint() declares its yyvaluep param const.
Let's remove the const, then. There's little point to declaring auto variables to be 'const'. _______________________________________________ [email protected] http://lists.gnu.org/mailman/listinfo/help-bison
