moved gc_locals accessors into vm

db4
Phil Dawes 2009-08-21 21:02:13 +01:00
parent 65a264aa1f
commit c5119218c5
1 changed files with 3 additions and 0 deletions

View File

@ -221,6 +221,9 @@ struct factorvm {
bool growing_data_heap;
data_heap *old_data_heap;
DEFPUSHPOP(gc_local_,gc_locals)
void init_data_gc();
object *copy_untagged_object_impl(object *pointer, cell size);
object *copy_object_impl(object *untagged);