[Lispweb] ODCL: string.lisp and tree.lisp with duplicate DEFUNs
fc@gnu.org
fc at gnu.org
Sun Aug 11 23:26:58 CDT 2002
Hello,
Probably a minor thingie ...
- On string.lisp there are two differente CHAR-COUNT functions, taking
(STRING CHAR) and (CHAR STRING) arguments. Since the latter is the
one used in STRING-REPLACE, the former should go ...
- On tree.lisp, there are two AVL/MAPC functions, identical arguments.
Those two problems generate STYLE-WARNINGs from SBCL (also probably
from CMUCL, but mine isn't werking right now) and annoy CLISP, which
refuses to compile ODCL under ASDF. Correcting them makes CLISP
happy. ;)
Thanks!
fc
--
http://raw.no-ip.com/~fc/
More information about the lispweb
mailing list