From: Paul Eggert Date: Wed, 22 Jan 2003 06:39:16 +0000 (+0000) Subject: * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that X-Git-Tag: BISON-2_0~423 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/b2a836b51e3290008d440571ff0a73ecf97d49dd?hp=b2a836b51e3290008d440571ff0a73ecf97d49dd * 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. ---