Merge branch 'inline-struct-gem' of https://github.com/dearblue/mruby into...

Merge branch 'inline-struct-gem' of https://github.com/dearblue/mruby into dearblue-inline-struct-gem
parents 4e504eac ce973685
MRuby::Gem::Specification.new('mruby-inline-struct') do |spec|
MRuby::Gem::Specification.new('mruby-test-inline-struct') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'inline structure'
......
......@@ -70,7 +70,7 @@ istruct_test_mutate(mrb_state *mrb, mrb_value self)
return mrb_nil_value();
}
void mrb_mruby_inline_struct_gem_test(mrb_state *mrb)
void mrb_mruby_test_inline_struct_gem_test(mrb_state *mrb)
{
struct RClass *cls;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment