]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/image.hpp
Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp
[factor.git] / vm / image.hpp
index eab03437162496f553a16074cb64ea0f103d7ae5..a964d3eb13d2b9fb62eecb9c39504bef9b577f4f 100755 (executable)
@@ -41,7 +41,4 @@ struct vm_parameters {
        cell max_pic_size;
 };
 
-PRIMITIVE(save_image);
-PRIMITIVE(save_image_and_exit);
-
 }