]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/alien/inline/types/types.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / alien / inline / types / types.factor
index ac7f6ae17f4252d94281f44d5b1d497b6b09bbd7..fe4e31f1fde251b4beb58c4f9eb183f16927e20f 100644 (file)
@@ -7,7 +7,7 @@ IN: alien.inline.types
 
 : cify-type ( str -- str' )
     dup word? [ name>> ] when
-    { { CHAR: - CHAR: space } } substitute ;
+    H{ { CHAR: - CHAR: space } } substitute ;
 
 : factorize-type ( str -- str' )
     cify-type