diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2004-01-06 18:54:55 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2004-01-06 18:54:55 +0000 |
| commit | d179cf2207339b384d18223b17ff398e517a720e (patch) | |
| tree | eaf40d971f4a2ad8c2d525e1604d5e6380c868af | |
| parent | 78ea1df143114575543b300ce391efd4f4d55736 (diff) | |
Notes
| -rw-r--r-- | usr.bin/lex/gen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index 0e20544ef332..7ccf4da84a80 100644 --- a/usr.bin/lex/gen.c +++ b/usr.bin/lex/gen.c @@ -283,6 +283,8 @@ void gen_find_action() 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 */" ); indent_puts( |
