]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/game/input/x11/x11.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / game / input / x11 / x11.factor
index 44e3fda67309ebd2c1207111084c944121e072d7..29b724918355703dd4d638f593fba027797daa52 100644 (file)
@@ -78,7 +78,7 @@ M: linux x>hid-bit-order
     } ; inline
 
 : x-bits>hid-bits ( bit-array -- bit-array )
-    256 iota [ 2array ] { } 2map-as [ first ] filter values
+    256 <iota> [ 2array ] { } 2map-as [ first ] filter values
     x>hid-bit-order [ nth ] curry map
     256 <bit-array> swap [ t swap pick set-nth ] each ;