зеркало из https://github.com/github/ruby.git
Add RSymbol struct back into RVALUE
Commit 0ca714fa1a
removed RSymbol from
RVALUE. This commit adds RSymbol back into RVALUE.
This commit is contained in:
Родитель
393923b50d
Коммит
4eefb05725
1
gc.c
1
gc.c
|
@ -583,6 +583,7 @@ typedef struct RVALUE {
|
|||
struct RMatch match;
|
||||
struct RRational rational;
|
||||
struct RComplex complex;
|
||||
struct RSymbol symbol;
|
||||
union {
|
||||
rb_cref_t cref;
|
||||
struct vm_svar svar;
|
||||
|
|
Загрузка…
Ссылка в новой задаче