]> gitweb.factorcode.org Git - factor.git/commitdiff
odbc: cleanup USING:, resolve ambiguity with "float" and "short"
authorAlexander Iljin <ajsoft@yandex.ru>
Sat, 29 Oct 2016 21:19:47 +0000 (00:19 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 31 Oct 2016 01:59:10 +0000 (18:59 -0700)
unmaintained/odbc/odbc.factor

index 2bf7413cc512a5f7388b9f98a462357874800c59..f660c0a5779565db40db8d26d4c99808860668cd 100644 (file)
@@ -1,8 +1,9 @@
 ! Copyright (C) 2007 Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors kernel alien alien.strings alien.syntax
-combinators alien.c-types strings sequences namespaces make
-words math threads io.encodings.ascii locals ;
+USING: accessors alien alien.c-types alien.data alien.libraries
+alien.strings alien.syntax combinators io.encodings.ascii kernel
+locals make math sequences strings threads ;
+FROM: alien.c-types => float short ;
 IN: odbc
 
 << "odbc" "odbc32.dll" stdcall add-library >>