]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/registry/registry.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / windows / registry / registry.factor
index 968b52fbe49730285c7962f7f994edbe6de6d389..465d617a3d209a79ab02f0a0f8b70139c6058cfe 100644 (file)
@@ -98,7 +98,7 @@ TUPLE: registry-enum-key ;
 
 
 :: reg-enum-keys ( registry-info -- seq )
-    registry-info sub-keys>> iota [
+    registry-info sub-keys>> <iota> [
         [ registry-info key>> ] dip
         registry-value-max-length TCHAR <c-array> dup :> registry-value
         registry-value length dup :> registry-value-length