tokyo.alien: Fix USING: lines
parent
dba87c8d70
commit
73e774cbac
|
@ -1,8 +1,7 @@
|
|||
! Copyright (C) 2009 Bruno Deferrari
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien alien.c-types alien.libraries alien.syntax
|
||||
combinators kernel tokyo.alien.tchdb tokyo.alien.tcutil
|
||||
tokyo.alien.tchdb ;
|
||||
combinators kernel tokyo.alien.tchdb tokyo.alien.tcutil ;
|
||||
IN: tokyo.alien.tcbdb
|
||||
|
||||
LIBRARY: tokyocabinet
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
! Copyright (C) 2009 Bruno Deferrari
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien alien.c-types alien.libraries alien.syntax
|
||||
combinators kernel tokyo.alien.tchdb tokyo.alien.tcutil
|
||||
tokyo.alien.tchdb ;
|
||||
combinators kernel tokyo.alien.tchdb tokyo.alien.tcutil ;
|
||||
IN: tokyo.alien.tctdb
|
||||
|
||||
LIBRARY: tokyocabinet
|
||||
|
|
Loading…
Reference in New Issue