mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 05:55:46 +02:00
parent
7e283c585e
commit
11e15b4d48
21 changed files with 55 additions and 13 deletions
|
@ -310,8 +310,10 @@ module Racc
|
|||
racc_reduce_n,
|
||||
racc_use_result_var ]
|
||||
End
|
||||
line "Ractor.make_shareable(Racc_arg) if defined?(Ractor)"
|
||||
line
|
||||
string_list 'Racc_token_to_s_table', table.token_to_s_table
|
||||
line "Ractor.make_shareable(Racc_token_to_s_table) if defined?(Ractor)"
|
||||
line
|
||||
line "Racc_debug_parser = #{table.debug_parser}"
|
||||
line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue