summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2018-04-10 16:35:48 +0900
committerGitHub <[email protected]>2018-04-10 16:35:48 +0900
commite340b1725260e70a001372e5330e618b8975392d (patch)
treed86e75ee848ddb7854b97fbdf804028217a0e7d5
parente9ddb593f3f6c0264563eaf20f5de8cf43cc1c5d (diff)
parent0bc6c17490fe27d37bb67735a6d8e47fba1e5fa7 (diff)
downloadmruby-e340b1725260e70a001372e5330e618b8975392d.tar.gz
mruby-e340b1725260e70a001372e5330e618b8975392d.zip
Merge pull request #3994 from kou/fix-windows-build-error-on-dll-build
Fix build error on Windows with MRB_BUILD_AS_DLL
-rw-r--r--include/mruby.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mruby.h b/include/mruby.h
index b424c20ae..3b953a327 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -1095,9 +1095,6 @@ mrb_gc_arena_restore(mrb_state *mrb, int idx)
mrb->gc.arena_idx = idx;
}
-MRB_API int mrb_gc_arena_save(mrb_state*);
-MRB_API void mrb_gc_arena_restore(mrb_state*,int);
-
MRB_API void mrb_garbage_collect(mrb_state*);
MRB_API void mrb_full_gc(mrb_state*);
MRB_API void mrb_incremental_gc(mrb_state *);