mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #928 from cremno/mrb_open-void
mrb_open takes no arguments: (void) instead of ()
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ mrb_alloca_free(mrb_state *mrb)
|
||||
}
|
||||
|
||||
mrb_state*
|
||||
mrb_open()
|
||||
mrb_open(void)
|
||||
{
|
||||
mrb_state *mrb = mrb_open_allocf(allocf, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user