]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/strings.hpp
Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp
[factor.git] / vm / strings.hpp
index 87beb9a0a85dbee0f7c90e259bf39e68c7d58563..8e4e52b9e309aae8d4c8c687e8c79970f9d5bd3b 100644 (file)
@@ -11,11 +11,5 @@ inline static cell string_size(cell size)
        return sizeof(string) + size;
 }
 
-PRIMITIVE(string);
-PRIMITIVE(resize_string);
-
-PRIMITIVE(string_nth);
-PRIMITIVE(set_string_nth_slow);
-PRIMITIVE(set_string_nth_fast);
 
 }