[Git][cmucl/cmucl][issue-158-darwin-pathnames] Oops. Forgot to rename `*enable-normalization*` in lispinit.lisp

Raymond Toy (@rtoy) gitlab at common-lisp.net
Wed Dec 21 18:33:20 UTC 2022



Raymond Toy pushed to branch issue-158-darwin-pathnames at cmucl / cmucl


Commits:
150ac481 by Raymond Toy at 2022-12-21T10:32:53-08:00
Oops.  Forgot to rename `*enable-normalization*` in lispinit.lisp

- - - - -


1 changed file:

- src/code/lispinit.lisp


Changes:

=====================================
src/code/lispinit.lisp
=====================================
@@ -309,7 +309,7 @@
 
 (declaim (special *lisp-initialization-functions*
 		  *load-time-values*
-		  *enable-normalization*))
+		  *enable-darwin-path-normalization*))
 
 (eval-when (compile)
   (defmacro print-and-call (name)
@@ -345,7 +345,7 @@
   (setf *type-system-initialized* nil)
   (setf *break-on-signals* nil)
   (setf unix::*filename-encoding* nil)
-  (setf *enable-normalization* nil)
+  (setf *enable-darwin-path-normalization* nil)
   #+gengc (setf conditions::*handler-clusters* nil)
   (setq intl::*default-domain* "cmucl")
   (setq intl::*locale* "C")



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/150ac481132cefe8c73173d97a43a4ee410c02bb

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/150ac481132cefe8c73173d97a43a4ee410c02bb
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20221221/7c5f057e/attachment.html>


More information about the cmucl-cvs mailing list