Skip to content
Snippets Groups Projects
Commit fcc6f1f9 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix for clisp on mswinxp32 by dherring@tentpost.com.

"It fixes what I believe was a typo in commit 2ca05589.
Surprisingly, it works on most implementations."
parent 0ff4c39e
No related branches found
No related tags found
No related merge requests found
...@@ -816,7 +816,7 @@ to `~a` which is not a directory.~@:>" ...@@ -816,7 +816,7 @@ to `~a` which is not a directory.~@:>"
;; ON-DISK), but CMUCL barfs on that. ;; ON-DISK), but CMUCL barfs on that.
on-disk on-disk
*package*) *package*)
(load asd)) (load on-disk))
(error 'missing-definition :name name :pathname on-disk))) (error 'missing-definition :name name :pathname on-disk)))
(delete-package package)))) (delete-package package))))
(let ((in-memory (system-registered-p name))) (let ((in-memory (system-registered-p name)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment