зеркало из https://github.com/github/ruby.git
[Feature #19741] Added Init_YARP() to load from the yarp C extension
Init_YARP is called from inits.c, and it loads the YARP C extension correctly
This commit is contained in:
Родитель
d53e1f42ff
Коммит
08478fefca
|
@ -0,0 +1,8 @@
|
|||
#include "yarp/extension.h"
|
||||
|
||||
void ruby_init_ext(const char *name, void (*init)(void));
|
||||
|
||||
void
|
||||
Init_YARP() {
|
||||
ruby_init_ext("yarp.so", Init_yarp);
|
||||
}
|
Загрузка…
Ссылка в новой задаче