]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/alien/inline/inline.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / alien / inline / inline.factor
index ee69d954eafe13c785eb949914ce1887440cf762..b40bc8cce12f84d7d584a827af4f24f95094ab4b 100644 (file)
@@ -51,7 +51,7 @@ PRIVATE>
 
 : function-types-effect ( -- function types effect )
     scan scan swap ")" parse-tokens
-    [ "(" subseq? not ] filter swap parse-arglist ;
+    [ "(" subseq? ] reject swap parse-arglist ;
 
 : prototype-string ( function types effect -- str )
     [ [ cify-type ] map ] dip
@@ -76,7 +76,7 @@ PRIVATE>
 
 : compile-c-library ( -- )
     compile-library? [ compile-library ] when
-    c-library get dup library-path "cdecl" add-library ;
+    c-library get dup library-path cdecl add-library ;
 
 : define-c-function ( function types effect body -- )
     [