]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/endian/endian.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / alien / endian / endian.factor
index a7593c05b770a5367ee34831dd151d03a392d159..2c32f2fdcd5bc592a7c0f48c8856cab41cab632c 100644 (file)
@@ -22,7 +22,7 @@ MACRO: byte-reverse ( n signed? -- quot )
     [
         drop
         [
-            dup iota [
+            dup <iota> [
                 [ 1 + - -8 * ] [ nip 8 * ] 2bi
                 '[ _ shift 0xff bitand _ shift ]
             ] with map