X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fir1final.lisp;h=2eab2758622f4da37d320fe161450f866cb5ccdd;hb=0a82f2db352cc348d2107a882e50af222ff97ed3;hp=6b0bcb66d122d669f07d5677f5dbb06e292ab764;hpb=50305b602c3953440af716137a56f50cd204375d;p=sbcl.git diff --git a/src/compiler/ir1final.lisp b/src/compiler/ir1final.lisp index 6b0bcb6..2eab275 100644 --- a/src/compiler/ir1final.lisp +++ b/src/compiler/ir1final.lisp @@ -60,7 +60,7 @@ (name (leaf-name leaf)) (defined-ftype (definition-type leaf))) (setf (leaf-type leaf) defined-ftype) - (when (legal-function-name-p name) + (when (legal-fun-name-p name) (let* ((where (info :function :where-from name)) (*compiler-error-context* (lambda-bind (main-entry leaf))) (global-def (gethash name *free-functions*))