X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fir1tran.lisp;h=903a0a673f47d475521bb6b23bde80cd25c49453;hb=6bbc22725d3bf663726ed9adca544e39316364a6;hp=96423682aa52339a375426664f8e346b48cd8046;hpb=cc32d78e47dfcad7634e26e69797094ed683a888;p=sbcl.git diff --git a/src/compiler/ir1tran.lisp b/src/compiler/ir1tran.lisp index 9642368..903a0a6 100644 --- a/src/compiler/ir1tran.lisp +++ b/src/compiler/ir1tran.lisp @@ -35,7 +35,7 @@ (declaim (hash-table *source-paths*)) (defvar *source-paths*) -(declaim (inline source-form-hash-path-p)) +(declaim (inline source-form-has-path-p)) (defun source-form-has-path-p (form) (not (typep form '(or symbol fixnum character)))) @@ -876,7 +876,8 @@ `(locally (declare (optimize speed (safety 0) - (debug 0))) + (debug 0) + (check-constant-modification 0))) ;; We're being naughty here, and ;; modifying constant data. That's ok, ;; we know what we're doing.