mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/racc/cparse/cparse.c (parse_main): avoid GCC 3 warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cceff0f4b4
commit
20479bfd81
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ parse_main(v, tok, val, resume)
|
|||
}
|
||||
else if (act == -(v->reduce_n)) {
|
||||
goto error;
|
||||
error_return:
|
||||
error_return: ;
|
||||
}
|
||||
else if (act == v->shift_n) {
|
||||
D(puts("accept"));
|
||||
|
|
Loading…
Add table
Reference in a new issue