alien.c-types: fill out the higher-order stack effect of if-void
parent
e8340c5196
commit
d510723d8e
|
@ -164,7 +164,7 @@ TUPLE: long-long-type < c-type ;
|
|||
: <long-long-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:
|
||||
|
|
Loading…
Reference in New Issue