diff options
author | Masataka Pocke Kuwabara <[email protected]> | 2021-09-13 19:00:53 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-01-12 07:52:25 +0900 |
commit | 11e15b4d481608b3d494af4cf7e5eb67a4dd0d7c (patch) | |
tree | 628a2c4e329593aff021364673a40739b8f609d3 /test/racc/regress/journey | |
parent | 7e283c585e88a08c6eaa4d28ffb646270b598e6d (diff) |
[ruby/racc] Make racc Ractor compatible
https://github.com/ruby/racc/commit/1948de9d1d
Diffstat (limited to 'test/racc/regress/journey')
-rw-r--r-- | test/racc/regress/journey | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/racc/regress/journey b/test/racc/regress/journey index 3daf81dac0..4cc0dcd6aa 100644 --- a/test/racc/regress/journey +++ b/test/racc/regress/journey @@ -1,6 +1,6 @@ # # DO NOT MODIFY!!!! -# This file is automatically generated by Racc 1.5.0 +# This file is automatically generated by Racc 1.5.2 # from Racc grammar file "". # @@ -105,6 +105,7 @@ Racc_arg = [ racc_shift_n, racc_reduce_n, racc_use_result_var ] +Ractor.make_shareable(Racc_arg) if defined?(Ractor) Racc_token_to_s_table = [ "$end", @@ -128,6 +129,7 @@ Racc_token_to_s_table = [ "literal", "slash", "dot" ] +Ractor.make_shareable(Racc_token_to_s_table) if defined?(Ractor) Racc_debug_parser = false |