]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/data_heap.hpp
Fix FEP if there are too many words in the image, clean up some VM code
[factor.git] / vm / data_heap.hpp
old mode 100644 (file)
new mode 100755 (executable)
index 567c8f9..4ef72a6
@@ -89,6 +89,7 @@ cell binary_payload_start(object *pointer);
 cell object_size(cell tagged);
 
 void begin_scan();
+void end_scan();
 cell next_object();
 
 PRIMITIVE(data_room);