[ruby/racc] Turn debugging off
https://github.com/ruby/racc/commit/872f75cfa7
This commit is contained in:
parent
97d1a381e1
commit
245ed57ddc
@ -326,7 +326,7 @@ module Racc
|
|||||||
# It must 'yield' the token, which format is [TOKEN-SYMBOL, VALUE].
|
# It must 'yield' the token, which format is [TOKEN-SYMBOL, VALUE].
|
||||||
class_eval %{
|
class_eval %{
|
||||||
def yyparse(recv, mid)
|
def yyparse(recv, mid)
|
||||||
#{Racc_YY_Parse_Method}(recv, mid, _racc_setup(), true)
|
#{Racc_YY_Parse_Method}(recv, mid, _racc_setup(), false)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -324,7 +324,7 @@ module Racc
|
|||||||
# It must 'yield' the token, which format is [TOKEN-SYMBOL, VALUE].
|
# It must 'yield' the token, which format is [TOKEN-SYMBOL, VALUE].
|
||||||
class_eval %{
|
class_eval %{
|
||||||
def yyparse(recv, mid)
|
def yyparse(recv, mid)
|
||||||
#{Racc_YY_Parse_Method}(recv, mid, _racc_setup(), true)
|
#{Racc_YY_Parse_Method}(recv, mid, _racc_setup(), false)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user