Tweak Lua GC

This commit is contained in:
Robin Gareus 2017-11-29 12:03:18 +01:00
parent 44cf448839
commit 77d16999b5
4 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ public:
int do_command (std::string);
int do_file (std::string);
void collect_garbage ();
void collect_garbage_step ();
void collect_garbage_step (int debt = 0);
void tweak_rt_gc ();
void sandbox (bool rt_safe = false);