]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/time/windows/windows.factor
calendar: change >gmt, >local-time to clone.
[factor.git] / extra / time / windows / windows.factor
index 0b063827726ec456d97bdbd1ef9c1afaa8c23aca..6d6b4e7073c4f98ea93c45fefc26dd511a66bd81 100644 (file)
@@ -5,5 +5,4 @@ windows.kernel32 kernel classes.struct calendar ;
 IN: time.windows
 
 M: windows set-system-time
-    clone >gmt
-    timestamp>SYSTEMTIME SetSystemTime win32-error=0/f ;
+    >gmt timestamp>SYSTEMTIME SetSystemTime win32-error=0/f ;