From 99dcd73901eb634ee390ca0005b53cf72886d1af Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 1 Sep 2008 18:51:05 -0500 Subject: [PATCH] fix teh windows --- basis/windows/time/time.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/windows/time/time.factor b/basis/windows/time/time.factor index 63b12de1ff..5e23f8cc01 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 calendar.backend ; +namespaces calendar ; IN: windows.time : >64bit ( lo hi -- n ) -- 2.34.1