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