From: unknown Date: Sun, 14 Dec 2008 23:14:11 +0000 (-0600) Subject: Fix using X-Git-Tag: 0.94~2229^2~6^2 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=1f517a1db8beb23539d1c96ac31229d8608a5f22 Fix using --- diff --git a/basis/windows/time/time.factor b/basis/windows/time/time.factor index 5ffc62680e..54a7a8e32a 100644 --- a/basis/windows/time/time.factor +++ b/basis/windows/time/time.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2007 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: alien alien.c-types kernel math windows windows.kernel32 -namespaces calendar ; +namespaces calendar math.bitwise ; IN: windows.time : >64bit ( lo hi -- n )