Re: Compiling macros with an optional function parameter?

Raymond Toy <[email protected]>
Newsgroups gmane.lisp.cmucl.general
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.