fix function 'x:path' for unix
This commit is contained in:
parent
0bf4fbaf2e
commit
da1285cace
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@
|
|||
|
||||
(defun path (name)
|
||||
"Needed because ECL uses base strings (not Unicode) for pathnames internally."
|
||||
#+(or darwin linux)
|
||||
#+unix
|
||||
(funcall (intern "QUTF8" :eql) name)
|
||||
#+win32
|
||||
(if (< (funcall (intern "%WINDOWS-VERSION" :eql)) #xa0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue