factor/extra/alien
Björn Lindqvist ddc5ece757 alien.*: frontend varargs support! #1677
alien-invoke gets an extra parameter indicating if the call uses varargs
or not. In 99.9% of the cases, the parameter should be f, but is t if
varargs are indicated. E.g

: do-printf ( fmt d -- st ) int f "printf" { c-string double } t alien-invoke ;
2016-08-10 21:34:37 +02:00
..
cxx change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
data/map factor: Rename MACRO: and MACRO: to have quot as the output in stack effects. 2015-07-18 22:16:11 -07:00
fortran alien.*: frontend varargs support! #1677 2016-08-10 21:34:37 +02:00
handles factor: actual patch to remove ; from all c/fortran functions 2015-07-19 16:25:30 -07:00