[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

function names and warnings



In CMU CommonLisp using PCL of 1/28/87, I find that I when I'm
compiling PCL code, I get a lot of warnings of the form:

Warning in #:Gxxx
  PCL::METHOD-FUNCTION-NAME unknown declaration type.

What is the method-function-name declaration?  Why are the symbols for
method functions made this way (as presumeably gensym'ed symbols?)  I
much preferred the names which preserved information from the defmeth
form in the function symbol name.

			Rick