From: Slava Pestov Date: Fri, 2 Apr 2010 19:58:47 +0000 (-0400) Subject: windows.errors: redundant USING: list entry X-Git-Tag: 0.97~4723^2~9 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=f86c9439e9bf29fb9d3109a2acd7b835d5f9e3b8 windows.errors: redundant USING: list entry --- diff --git a/basis/windows/errors/errors.factor b/basis/windows/errors/errors.factor index a22b6ec007..a3dbaf40ff 100755 --- a/basis/windows/errors/errors.factor +++ b/basis/windows/errors/errors.factor @@ -1,7 +1,7 @@ USING: alien.data kernel locals math math.bitwise windows.kernel32 sequences byte-arrays unicode.categories io.encodings.string io.encodings.utf16n alien.strings -arrays literals windows.types specialized-arrays literals ; +arrays literals windows.types specialized-arrays ; SPECIALIZED-ARRAY: TCHAR IN: windows.errors