]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/udp-echo0/udp-echo0.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / benchmark / udp-echo0 / udp-echo0.factor
index 9338245b62caa708b807ab3a3c1eac72ff93e413..f4fa7c242a57fdf7467560014de5c0234c14c86a 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2011 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: accessors destructors fry io.binary io.sockets kernel
+USING: accessors destructors endian fry io.sockets kernel
 sequences ;
 
 IN: benchmark.udp-echo0