]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/launcher/windows/windows.factor
remove non-primitive-related uses of tuck from basis
[factor.git] / basis / io / launcher / windows / windows.factor
index 6cae50bd9e107272d7369eb45480f1ceaa2bcf0d..8a800115f6421e607744c40514d3ca99f52c036a 100755 (executable)
@@ -132,7 +132,7 @@ M: windows run-process* ( process -- handle )
         current-directory get absolute-path cd
 
         dup make-CreateProcess-args
-        tuck fill-redirection
+        [ fill-redirection ] keep
         dup call-CreateProcess
         lpProcessInformation>>
     ] with-destructors ;