`ruby_strdup` does not return NULL.
[ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-02-06 13:58:04 +00:00
Родитель dbb63aeea6
Коммит 1c8d23796f
1 изменённых файлов: 1 добавлений и 2 удалений

3
mjit.c
Просмотреть файл

@ -220,8 +220,7 @@ real_ms_time(void)
return tv.tv_usec / 1000.0 + tv.tv_sec * 1000.0;
}
/* Make and return copy of STR in the heap. Return NULL in case of a
failure. */
/* Make and return copy of STR in the heap. */
#define get_string ruby_strdup
static void