Work around a `label defined but not used' warning in *generated* code.

This commit is contained in:
Jacques Vidrine 2004-01-06 18:54:55 +00:00
parent 78ea1df143
commit d179cf2207
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124183

View file

@ -282,6 +282,8 @@ void gen_find_action()
indent_puts( "yy_current_state = *--yy_state_ptr;" );
indent_puts( "yy_lp = yy_accept[yy_current_state];" );
outn(
"goto find_rule; /* avoid `defined but not used' warning */");
outn(
"find_rule: /* we branch to this label when backing up */" );