]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/data_gc.hpp
Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp
[factor.git] / vm / data_gc.hpp
index 87c66f2433ee286e6526ac57fd4d6b2725728478..5db7aa24a638d00fd1747027845b69f758eef354 100755 (executable)
@@ -15,10 +15,6 @@ allocation (which does not call GC because of possible roots in volatile
 registers) does not run out of memory */
 static const cell allot_buffer_zone = 1024;
 
-PRIMITIVE(gc);
-PRIMITIVE(gc_stats);
-PRIMITIVE(clear_gc_stats);
-PRIMITIVE(become);
 struct factor_vm;
 VM_C_API void inline_gc(cell *gc_roots_base, cell gc_roots_size, factor_vm *myvm);