mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
97d1a381e1
commit
245ed57ddc
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue