X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Ftime%2Fwindows%2Fwindows.factor;h=6d6b4e7073c4f98ea93c45fefc26dd511a66bd81;hp=0b063827726ec456d97bdbd1ef9c1afaa8c23aca;hb=fdf54cf0b11978ec300be74bfdfa4c75a71252ad;hpb=f6c83c6abf3ad4845466b0da857a71e802f67fd9 diff --git a/extra/time/windows/windows.factor b/extra/time/windows/windows.factor index 0b06382772..6d6b4e7073 100644 --- a/extra/time/windows/windows.factor +++ b/extra/time/windows/windows.factor @@ -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 ;