зеркало из https://github.com/github/ruby.git
[ruby/racc] Turn debugging off
https://github.com/ruby/racc/commit/872f75cfa7
This commit is contained in:
Родитель
97d1a381e1
Коммит
245ed57ddc
|
@ -326,7 +326,7 @@ module Racc
|
|||
# It must 'yield' the token, which format is [TOKEN-SYMBOL, VALUE].
|
||||
class_eval %{
|
||||
def yyparse(recv, mid)
|
||||
#{Racc_YY_Parse_Method}(recv, mid, _racc_setup(), true)
|
||||
#{Racc_YY_Parse_Method}(recv, mid, _racc_setup(), false)
|
||||
end
|
||||
}
|
||||
|
||||
|
|
|
@ -324,7 +324,7 @@ module Racc
|
|||
# It must 'yield' the token, which format is [TOKEN-SYMBOL, VALUE].
|
||||
class_eval %{
|
||||
def yyparse(recv, mid)
|
||||
#{Racc_YY_Parse_Method}(recv, mid, _racc_setup(), true)
|
||||
#{Racc_YY_Parse_Method}(recv, mid, _racc_setup(), false)
|
||||
end
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче