]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/windows/ico/ico.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / tools / deploy / windows / ico / ico.factor
index e656597a38f4d3c6392c2deab3eeebec4d40aec4..aa706c8b9d5d35ca468a4dcea1583fc4b63954be 100755 (executable)
@@ -47,7 +47,7 @@ STRUCT: group-directory-entry
     ico-header heap-size bytes <displaced-alien>
     header ImageCount>> ico-directory-entry <c-direct-array> :> directory
 
-    directory dup length iota [ ico>group-directory-entry ] { } 2map-as
+    directory dup length <iota> [ ico>group-directory-entry ] { } 2map-as
         :> group-directory
     directory [ bytes ico-icon ] { } map-as :> icon-bytes