Merge pull request #928 from cremno/mrb_open-void

mrb_open takes no arguments: (void) instead of ()
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-03-03 04:34:03 -08:00
+1 -1
View File
@@ -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);