alien.inline: cify-type: fixed incorrect substitution
parent
d2f6f99954
commit
1a0a34fbfc
|
@ -32,7 +32,7 @@ SYMBOL: c-strings
|
||||||
"long-" ?head [ "long" prepend ] when ;
|
"long-" ?head [ "long" prepend ] when ;
|
||||||
|
|
||||||
: cify-type ( str -- str' )
|
: cify-type ( str -- str' )
|
||||||
{ { CHAR: ~ CHAR: space } } substitute ;
|
{ { CHAR: - CHAR: space } } substitute ;
|
||||||
|
|
||||||
: factor-function ( function types effect -- )
|
: factor-function ( function types effect -- )
|
||||||
[ c-library get ] 3dip [ [ factorize-type ] map ] dip
|
[ c-library get ] 3dip [ [ factorize-type ] map ] dip
|
||||||
|
|
Loading…
Reference in New Issue