]> gitweb.factorcode.org Git - factor.git/blobdiff - core/byte-vectors/byte-vectors.factor
core: >array, >byte-vector, >hashtable, >vector should be inline.
[factor.git] / core / byte-vectors / byte-vectors.factor
index e4bc48f69132bf7c938f6d066c2fdc6d7b012e75..0ae484c70acc9751da6b24104acc7c5c7d0a07b1 100644 (file)
@@ -12,7 +12,7 @@ TUPLE: byte-vector
     (byte-array) 0 byte-vector boa ; inline\r
 \r
 : >byte-vector ( seq -- byte-vector )\r
-    >byte-array dup length byte-vector boa ;\r
+    >byte-array dup length byte-vector boa ; inline\r
 \r
 M: byte-vector like\r
     drop dup byte-vector? [\r