зеркало из https://github.com/github/ruby.git
Fix -Wold-style-definition
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:
Родитель
23e1c69717
Коммит
2acb27cad7
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче