|
| From: | Category 5 |
| Subject: | Re: [Chicken-users] FFI: Safe referencing and allocation of Scheme objects from C |
| Date: | Fri, 07 Nov 2003 19:59:14 +0000 |
| User-agent: | Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix) |
I wrote:
> new_c[0] = C_make_header(C_NEW_C_TYPE, 1);
^^^^^^^^^^^^
Oops. This was due to an overzealous search-and-replace. The actual
code reads C_CLOSURE_TYPE, of course.
--
| [Prev in Thread] | Current Thread | [Next in Thread] |