bug-bison
[Top][All Lists]
Advanced

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

[PATCH] warning in yyerror()


From: Toby Peterson
Subject: [PATCH] warning in yyerror()
Date: Tue, 7 Jun 2005 05:34:24 -0400

Patch: http://cvs.opendarwin.org/index.cgi/~checkout~/dports/devel/ bison/files/patch-data__yacc.c

When YYMAXDEPTH is 0, yyparse() generates a warning (about a comparison always being true). yystacksize is unsigned, which causes the warning only when YYMAXDEPTH is <= 0.

- Toby




reply via email to

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