odbc: cleanup USING:, resolve ambiguity with "float" and "short"

char-rename
Alexander Iljin 2016-10-30 00:19:47 +03:00 committed by John Benediktsson
parent 2fd480c17f
commit 013dc6a7e8
1 changed files with 4 additions and 3 deletions

View 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 >>