Add using
parent
b34c75a6a3
commit
b8c10dc2cd
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2010 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.parser cuda cuda.utils io.backend kernel lexer
|
||||
namespaces parser ;
|
||||
USING: alien.parser cuda cuda.libraries cuda.utils io.backend
|
||||
kernel lexer namespaces parser ;
|
||||
IN: cuda.syntax
|
||||
|
||||
SYNTAX: CUDA-LIBRARY:
|
||||
|
|
Loading…
Reference in New Issue