* data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Jan 2003 06:39:16 +0000 (06:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Jan 2003 06:39:16 +0000 (06:39 +0000)
commitb2a836b51e3290008d440571ff0a73ecf97d49dd
treeae09e59cf69311935642c6085753a5dd9a765e5f
parent8a3eb3c8badda29c854164a605ad91420ff58528
* data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
we don't need to worry about yyerrlab1 being reported as an
"unused label" by non-GCC C compilers.
ChangeLog