diff options
author | Marc-Andre Lafortune <@marc-andre.ca> | 2020-08-18 21:26:34 -0400 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-09-28 18:08:51 +0900 |
commit | 245ed57ddc93901e90388cf479968392299d1067 () | |
tree | 7c8db450b2db376898a40d3f1001f828edb7bf6c /lib/racc | |
parent | 97d1a381e112e843ff014a05a083e42165b7bb01 (diff) |
[ruby/racc] Turn debugging off
https://.com/ruby/racc/commit/872f75cfa7
-rw-r--r-- | lib/racc/parser-text.rb | 2 | ||||
-rw-r--r-- | lib/racc/parser.rb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) 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) end } |