bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Inconvenience with yyerror()


From: Leah
Subject: Inconvenience with yyerror()
Date: Sun, 5 Oct 2003 18:54:12 -0600

Unlike yyparse() and yylex(), there is no corresponding YYERROR_PARAM
available to control the arguments to yyerror().  This can of course be
worked around with a macro such as:

#define yyerror(S) my_yyerror(S, MY_YYERROR_PARAM)

...but it's a little inconvenient to do that.

-- 
Leah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]