mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
do not need to clear by NULL because of last commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2ab99609e0
commit
62c68b4c93
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -9366,7 +9366,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj)
|
|||
break;
|
||||
}
|
||||
case T_IMEMO: {
|
||||
const char *imemo_name = NULL;
|
||||
const char *imemo_name;
|
||||
switch (imemo_type(obj)) {
|
||||
#define IMEMO_NAME(x) case imemo_##x: imemo_name = #x; break;
|
||||
IMEMO_NAME(env);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue