diff --git a/basis/alien/c-types/c-types.factor b/basis/alien/c-types/c-types.factor index 63c6f72ee6..c3f742b870 100644 --- a/basis/alien/c-types/c-types.factor +++ b/basis/alien/c-types/c-types.factor @@ -164,7 +164,7 @@ TUPLE: long-long-type < c-type ; : ( -- c-type ) long-long-type new ; -: if-void ( c-type true false -- ) +: if-void ( ..a c-type true: ( ..a -- ..b ) false: ( ..a c-type -- ..b ) -- ..b ) pick void? [ drop nip call ] [ nip call ] if ; inline SYMBOLS: