[lemon] fix gcc implicit-fallthrough warning

personal/stbuehler/cleanup-build
Stefan Bühler 6 years ago committed by Glenn Strauss
parent f46b1b1d53
commit 428cd963d6

@ -1941,7 +1941,7 @@ struct pstate *psp;
psp->preccounter = 0;
psp->firstrule = psp->lastrule = 0;
psp->gp->nrule = 0;
/* Fall thru to next case */
/* Fall through */
case WAITING_FOR_DECL_OR_RULE:
if( x[0]=='%' ){
psp->state = WAITING_FOR_DECL_KEYWORD;

Loading…
Cancel
Save