[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
function names and warnings
- To: CommonLoops.PA@Xerox.COM
- Subject: function names and warnings
- From: Rick.Busdiecker@h.cs.cmu.edu
- Date: 22 Feb 87 11:18 EST
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