Add RSymbol struct back into RVALUE

Commit 0ca714fa1a removed RSymbol from
RVALUE. This commit adds RSymbol back into RVALUE.
This commit is contained in:
Peter Zhu 2021-04-12 18:20:55 +00:00 коммит произвёл Peter Zhu
Родитель 393923b50d
Коммит 4eefb05725
1 изменённых файлов: 1 добавлений и 0 удалений

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;