fix load errors, help lint

db4
Doug Coleman 2009-03-26 10:45:52 -05:00
parent 4e33df153d
commit b771758ff7
4 changed files with 4 additions and 4 deletions
basis
alien/fortran
compiler/tests
math/blas/ffi

View File

@ -5,7 +5,7 @@ byte-arrays combinators combinators.short-circuit fry generalizations
kernel lexer macros math math.parser namespaces parser sequences
splitting stack-checker vectors vocabs.parser words locals
io.encodings.ascii io.encodings.string shuffle effects math.ranges
math.order sorting strings system ;
math.order sorting strings system alien.libraries ;
IN: alien.fortran
SINGLETONS: f2c-abi gfortran-abi intel-unix-abi intel-windows-abi ;

View File

@ -4,7 +4,7 @@ namespaces namespaces tools.test sequences stack-checker
stack-checker.errors words arrays parser quotations
continuations effects namespaces.private io io.streams.string
memory system threads tools.test math accessors combinators
specialized-arrays.float ;
specialized-arrays.float alien.libraries ;
<<
: libfactor-ffi-tests-path ( -- string )

View File

@ -1,4 +1,5 @@
USING: alien alien.fortran kernel system combinators ;
USING: alien alien.fortran kernel system combinators
alien.libraries ;
IN: math.blas.ffi
<<

View File

@ -266,7 +266,6 @@ $nl
{ $warning "C does not perform runtime type checking, automatic memory management or array bounds checks. Incorrect usage of C library functions can lead to crashes, data corruption, and security exploits." }
{ $subsection "loading-libs" }
{ $subsection "aliens" }
{ $subsection "alien.libraries" }
{ $subsection "alien-invoke" }
{ $subsection "alien-callback" }
{ $subsection "c-data" }