diff --git a/basis/alien/inline/types/types.factor b/basis/alien/inline/types/types.factor index 6321c38b0a..6610630329 100644 --- a/basis/alien/inline/types/types.factor +++ b/basis/alien/inline/types/types.factor @@ -10,7 +10,7 @@ IN: alien.inline.types "long-" ?head [ "long" prepend ] when ; : cify-type ( str -- str' ) - { { CHAR: ~ CHAR: space } } substitute ; + { { CHAR: - CHAR: space } } substitute ; : const-type? ( str -- ? ) "const-" head? ;