Skip to content

Commit

Permalink
Turn debugging off
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Aug 19, 2020
1 parent 5c49077 commit ff56eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/racc/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def _racc_do_parse_rb(arg, in_debug)
# 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
}

Expand Down

0 comments on commit ff56eaa

Please sign in to comment.