
21 Dec
2007
21 Dec
'07
10:28 p.m.
On Fri, Dec 21, 2007 at 11:04:39AM +1100, David Gibson wrote:
On Thu, Dec 20, 2007 at 10:48:23AM -0600, Scott Wood wrote:
Signed-off-by: Scott Wood scottwood@freescale.com
No need for a new function. If yyerror() is defined as a varargs function it's still compatible with bison's built-in usage.
Not if yyerror() is called with a percent symbol in the string, which looks possible if a percent token is added and verbose syntax errors are enabled.
-Scott