Raymond Toy pushed to branch master at cmucl / cmucl Commits: d08a26c4 by Raymond Toy at 2023-08-29T14:53:04-07:00 Remove extra closing paren after %print-pathname Gets rid of a simple compiler warning. - - - - - 1 changed file: - src/code/pathname.lisp Changes: ===================================== src/code/pathname.lisp ===================================== @@ -195,7 +195,7 @@ (%pathname-directory pathname) (%pathname-name pathname) (%pathname-type pathname) - (%pathname-version pathname))))))))) + (%pathname-version pathname)))))))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d08a26c44064027d44023d09... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d08a26c44064027d44023d09... You're receiving this email because of your account on gitlab.common-lisp.net.