Denis Papathanasiou wrote:
> I'm not sure if this is a Lisp thing or an issue specific to CMUCL,
> but when I compile this macro and try to include the resulting x86f
> file into a larger binary (i.e. using 'cat'), I see this: "Error in
> batch processing: Cannot dump objects of type FUNCTION into fasl
> files."
> 
> This is the macro:
> 
> (defmacro update-list-hash (hash data-key data-value &optional
> (test-fn #'string-equal))

I think you should change #'string-equal to 'string-equal.

Ray

Reply via email to