Logo
Explore Help
Sign In
1berry/ruby
1
0
Fork 0
You've already forked ruby
Code Issues Packages Projects Releases Wiki Activity
ruby/prism_init.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
164 B
C
Raw Normal View History

Rename YARP symbols to prism
2023-09-27 12:39:53 -04:00
#include "prism/extension.h"
[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
2023-06-20 11:50:11 -04:00
void ruby_init_ext(const char *name, void (*init)(void));
void
Rename YARP symbols to prism
2023-09-27 12:39:53 -04:00
Init_Prism(void)
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.
2023-06-21 13:50:59 -07:00
{
Rename YARP symbols to prism
2023-09-27 12:39:53 -04:00
ruby_init_ext("prism/prism.so", Init_prism);
[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
2023-06-20 11:50:11 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 621ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API