Re: [Ecls-list] How to define c function for lisp with X arguments?

2012-11-09 Thread Juan Jose Garcia-Ripoll
On Tue, Nov 6, 2012 at 12:31 AM, Peter Enerccio enerc...@gmail.com wrote: 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 (0)

Re: [Ecls-list] swank-ecl.lisp call-with-compilation-hooks

2012-11-09 Thread Juan Jose Garcia-Ripoll
On Wed, Oct 24, 2012 at 11:14 PM, Matthew Mondor mm_li...@pulsar-zone.netwrote: It seems that the function above is called twice; I suppose that one of both #-ecl-bytecmp should be #+ecl-bytecmp? Thanks for reporting. I just uploaded a fix to slime Juanjo -- Instituto de FĂ­sica