Skip to content
Snippets Groups Projects
Commit 58c3889e authored by pfdietz's avatar pfdietz
Browse files

Use the alternate delete-all-versions function for LispWorks

parent ba86bd56
No related branches found
No related tags found
No related merge requests found
......@@ -757,7 +757,7 @@ the condition to go uncaught if it cannot be classified."
(unuse-package package using-package)))
(delete-package package))))
#-(or allegro openmcl)
#-(or allegro openmcl lispworks)
(defun delete-all-versions (pathspec)
"Replace the versions field of the pathname specified by pathspec with
:wild, and delete all the files this refers to."
......@@ -767,7 +767,7 @@ the condition to go uncaught if it cannot be classified."
;;; This is a hack to get around an ACL bug; OpenMCL also apparently
;;; needs it
#+(or allegro openmcl)
#+(or allegro openmcl lispworks)
(defun delete-all-versions (pathspec)
(when (probe-file pathspec) (delete-file pathspec)))
......
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