[Gd-chatter] r11521 - trunk/fundev/sources/dfmc/c-ffi
andreas at gwydiondylan.org
andreas at gwydiondylan.org
Wed Dec 5 02:12:18 CET 2007
Author: andreas
Date: Wed Dec 5 02:12:18 2007
New Revision: 11521
Modified:
trunk/fundev/sources/dfmc/c-ffi/c-function-macro.dylan
Log:
job: fd
Pass exit parameters as rest arguments for C function tracing,
for symmetry with entry function.
Modified: trunk/fundev/sources/dfmc/c-ffi/c-function-macro.dylan
==============================================================================
--- trunk/fundev/sources/dfmc/c-ffi/c-function-macro.dylan (original)
+++ trunk/fundev/sources/dfmc/c-ffi/c-function-macro.dylan Wed Dec 5 02:12:18 2007
@@ -109,7 +109,7 @@
?result-fragment,
??arg-fragments, ...
end;
- ?=log-exit(?c-name, results);
+ apply(?=log-exit, ?c-name, results);
apply(values, results)
else
c-function-body
More information about the chatter
mailing list