]> git.saurik.com Git - bison.git/commit
(YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do not define to
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Nov 2002 07:51:47 +0000 (07:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Nov 2002 07:51:47 +0000 (07:51 +0000)
commitee16363fd28099fc295b269da98c2aace6a63395
tree2ba7cfa77d145a0deee678b99a6493223c8f8e09
parent60a3dcf9561c55363dea194f48dd8ff58f68978a
(YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do not define to
{}, since this breaks the common use of `YYDPRINTF ((...));' if a
single statement is desired (e.g. before `else').  Work around GCC
warnings by surrounding corresponding calls with {} if needed.
(yyhasResolvedValue): Remove unused function.
(yymergeOptionSets, yyresolvStack): Use `continue;' for empty
loop body.
(yyreportSyntaxError): Renamed from yyreportParseError.
(yyrecoverSyntaxError): Renamed from yyrecoverParseError.
All uses changed.
data/glr.c