http://ci.rvm.jp/results/trunk-yjit@ruby-sp2-docker/4612329

Also, I changed the position of `{` to be consistent with the rest of
the codebase.
This commit is contained in:
Takashi Kokubun 2023-06-21 13:50:59 -07:00
Родитель 23e1c69717
Коммит 2acb27cad7
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -3,6 +3,7 @@
void ruby_init_ext(const char *name, void (*init)(void));
void
Init_YARP() {
Init_YARP(void)
{
ruby_init_ext("yarp.so", Init_yarp);
}