* ext/pty/pty.c (chfunc): suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
088474a20d
commit
9b68d667c7
@ -184,6 +184,14 @@ class DummyParser < Ripper
|
|||||||
Node.new('assocs', *a)
|
Node.new('assocs', *a)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def on_word_new
|
||||||
|
""
|
||||||
|
end
|
||||||
|
|
||||||
|
def on_word_add(word, w)
|
||||||
|
word << w
|
||||||
|
end
|
||||||
|
|
||||||
def on_words_new
|
def on_words_new
|
||||||
NodeList.new
|
NodeList.new
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user