]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tar/tar.factor
Merge qualified, alias, symbols, constants into core
[factor.git] / extra / tar / tar.factor
index 132e401f16159f2685c260d2a480c34e8afb0921..5720c09ed9b42917b4f8c1c413a8056098f82d8e 100755 (executable)
@@ -2,7 +2,7 @@ USING: combinators io io.files io.files.links io.directories
 io.pathnames io.streams.string kernel math math.parser
 continuations namespaces pack prettyprint sequences strings
 system tools.hexdump io.encodings.binary summary accessors
-io.backend symbols byte-arrays ;
+io.backend byte-arrays ;
 IN: tar
 
 : zero-checksum 256 ; inline