mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix warning of generated parser for nested module
This commit is contained in:
parent
1d564acedc
commit
5ca5529d22
Notes:
git
2019-10-18 11:24:15 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -157,8 +157,8 @@ module Racc
|
|||
cref_pop
|
||||
indent; line "end \# class #{classid}"
|
||||
mods.reverse_each do |mod|
|
||||
indent; line "end \# module #{mod}"
|
||||
cref_pop
|
||||
indent; line "end \# module #{mod}"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue