I have only seen in tutorials how to define it with one or possibly
infinite arguments. I am using this kind of macro:
#define DEFUN( name, argcount, fpointer) do { \
cl_def_c_function(c_string_to_object(name), \
(cl_objectfn_fixed)fpointer, \
argcount); \
} while (
Thanks for the test case. I will look into that along the week,
On Mon, Nov 5, 2012 at 9:24 AM, Peter Enerccio wrote:
> Should be the latest:
>
> ECL (Embeddable Common-Lisp) 12.7.1
> (git:99b1e54eb07373bda77110761c5143d2ad614e6c)
> Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
> Copyright
Should be the latest:
ECL (Embeddable Common-Lisp) 12.7.1
(git:99b1e54eb07373bda77110761c5143d2ad614e6c)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
unde