mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* goruby.c (init_golf): append suffix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
06969b6bce
commit
106ce21e91
1 changed files with 1 additions and 1 deletions
2
goruby.c
2
goruby.c
|
@ -20,7 +20,7 @@ RUBY_EXTERN void ruby_init_ext(const char *name, void (*init)(void));
|
||||||
static VALUE
|
static VALUE
|
||||||
init_golf(VALUE arg)
|
init_golf(VALUE arg)
|
||||||
{
|
{
|
||||||
ruby_init_ext("golf", Init_golf);
|
ruby_init_ext("golf.so", Init_golf);
|
||||||
return arg;
|
return arg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue