Re: Compiling macros with an optional function parameter?

"[email protected]" <[email protected]>
Newsgroups gmane.lisp.cmucl.general
Message-ID <[email protected]>
Raymond Toy wrote:
> I think you should change #'string-equal to 'string-equal.

That won't compile b/c the macro-expansion doesn't come out right (it
winds up as ":test string-equal" instead of ":test #'string-equal").

Note that the macro as originally written *does* work, both in
interpreted and compiled forms.

It's just when I try to cat the x86f file into another one (I'm creating
a single x86f file composed of different macros & functions), that
concatenation won't work.
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.