]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cuda/libraries/libraries.factor
factor: Rename MACRO: and MACRO: to have quot as the output in stack effects.
[factor.git] / extra / cuda / libraries / libraries.factor
index 2e5c36bff640ce099b5e8293fbeacc0546437657..f899d4430d303af4a3b6e68e7cd52a78888dd1c1 100644 (file)
@@ -162,7 +162,7 @@ MACRO: cuda-arguments ( c-types abi -- quot: ( args... function -- ) )
     [ cached-module ] dip
     2array cuda-functions get [ first2 get-function-ptr ] cache ;
 
-MACRO: cuda-invoke ( module-name function-name arguments -- )
+MACRO: cuda-invoke ( module-name function-name arguments -- quot )
     pick lookup-cuda-library abi>> '[
         _ _ cached-function
         [ nip _ _ cuda-arguments ]