X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fearly-c.lisp;h=6f2fe937f70aa3e2982c0f76cf452bc2209f1540;hb=eb6f8dd033501c7372b27967a2cb7750560897bd;hp=1faa6f835a5de35c9c79f514585ebe04eff47a28;hpb=dc84ceb894fdbe315f82dd8336f3ba894435a669;p=sbcl.git diff --git a/src/compiler/early-c.lisp b/src/compiler/early-c.lisp index 1faa6f8..6f2fe93 100644 --- a/src/compiler/early-c.lisp +++ b/src/compiler/early-c.lisp @@ -174,6 +174,7 @@ convention (names like *FOO*) for special variables" symbol)) ;;; FIXME: This function seems to have a lot in common with ;;; STRINGIFY-FORM, and perhaps there's some way to merge the two ;;; functions. +(declaim (ftype (sfunction (string &rest t) string) debug-namify)) (defun debug-namify (format-string &rest format-arguments) (with-standard-io-syntax (let ((*print-readably* nil)