X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fdfo.lisp;h=51a5953bdf5cfb50a8dce43e73ecb38c1fc2d027;hb=15d6e7c9a2c3234f95dfe278046fa2fee1b0c007;hp=3923da31f44b269cee39b71cf768df129c0434cb;hpb=7b384da95e6a30e1434523213aeeed3a90448c78;p=sbcl.git diff --git a/src/compiler/dfo.lisp b/src/compiler/dfo.lisp index 3923da3..51a5953 100644 --- a/src/compiler/dfo.lisp +++ b/src/compiler/dfo.lisp @@ -365,7 +365,7 @@ (the simple-string (if (stringp leaf-debug-name) leaf-debug-name - (debug-namify "function ~S" leaf-debug-name))))) + (debug-namify "function " leaf-debug-name))))) ;;; Given a list of top level lambdas, return ;;; (VALUES NONTOP-COMPONENTS TOP-COMPONENTS HAIRY-TOP-COMPONENTS).