mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
avoid name mangling
Otherwise the dynamic linker cannot find this function. See also https://ci.appveyor.com/project/ruby/ruby/builds/27224231/job/4pg6lxlsnsjotu2l
This commit is contained in:
parent
2aa4fb57d1
commit
1851dc269c
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ namespace test_rb_ivar_foreach {
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
extern "C" void
|
||||
Init_cxxanyargs(void)
|
||||
{
|
||||
VALUE b = rb_define_module("Bug");
|
||||
|
|
Loading…
Reference in a new issue