[Openmcl-devel] Undefined function: muting the compiler

Alexander Repenning ralex at cs.colorado.edu
Tue Sep 28 15:20:53 PDT 2010


This is just a silly but general CL question but I wonder how people are handling it. If you are loading a file containing, say, function a and b and a calling b and for some reason you cannot move up b to be located before a you will get the compiler warning In A: Undefined function B

Not a big deal but it is really nice to get rid of all compiler warnings if possible. I just cant find relevant stuff in CLTL2. I would imagined that one could do something like

(proclaim '(type function b)) or (proclaim '(function b))

but that does not appear to work

any suggestions?

Alex






More information about the Openmcl-devel mailing list