Skip to content

Commit

Permalink
Added missing pathname support to EQUALP-WITH-CASE.
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/alex/svn/src/clweb/trunk@3078 1fe77fbb-760c-0410-9197-9ee16f777b24
  • Loading branch information
Alex Plotnick committed May 4, 2011
1 parent fb1981c commit b6a69dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rt.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@
(loop for i from 0 below size
always (equalp-with-case (row-major-aref x i)
(row-major-aref y i))))))
((pathnamep x)
(and (pathnamep y)
(equal x y)))
(t (eql x y))))

(defun do-entry (entry &optional
Expand Down

0 comments on commit b6a69dd

Please sign in to comment.