mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Move shareable_constant_value logic from parse.y to compile.c
This commit is contained in:
parent
4ef99905a6
commit
6056773105
7 changed files with 414 additions and 359 deletions
|
@ -28,7 +28,6 @@ VALUE rb_node_dregx_string_val(const NODE *);
|
|||
VALUE rb_node_line_lineno_val(const NODE *);
|
||||
VALUE rb_node_file_path_val(const NODE *);
|
||||
VALUE rb_node_encoding_val(const NODE *);
|
||||
VALUE rb_node_const_decl_val(const NODE *node);
|
||||
|
||||
VALUE rb_node_integer_literal_val(const NODE *);
|
||||
VALUE rb_node_float_literal_val(const NODE *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue