diff options
| author | take_cheeze <[email protected]> | 2014-03-22 04:07:31 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-23 20:06:17 +0900 |
| commit | baca365caa00f805fe813844f203c1c542ea6677 (patch) | |
| tree | 712ec27b7f592bb759a135f57d534e72e3485225 /src/state.c | |
| parent | 36813c87f6a676e858e70717c9d6ec4e989a0260 (diff) | |
| download | mruby-baca365caa00f805fe813844f203c1c542ea6677.tar.gz mruby-baca365caa00f805fe813844f203c1c542ea6677.zip | |
rename mrb_open_without_mrbgems to mrb_open_core
Diffstat (limited to 'src/state.c')
| -rw-r--r-- | src/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c index e344dc4d3..ca776b36d 100644 --- a/src/state.c +++ b/src/state.c @@ -123,7 +123,7 @@ mrb_open_allocf(mrb_allocf f, void *ud) } mrb_state* -mrb_open_without_mrbgems(mrb_allocf f, void *ud) +mrb_open_core(mrb_allocf f, void *ud) { return mrb_open_common(f, ud, FALSE); } |
