Hi,
> > - (string-split dir "/\\" keep?) ) )
> > + (string-split dir (if (eq? (build-platform) 'mingw32) "/\\" "/")
> > keep?) ) )
> >
> > ;; Directory string or list only contains path-separators
> > ;; and/or current-directory (".") names.
>
> This should rather use ##sys#windows-platform IMHO.
Any hints what the exact semantics are? I copied that from
normalize-pathname, but I don't really have a clue whether that's actually
correct. Or maybe normalize-pathname should also be changed?
Regards, Florian
_______________________________________________
Chicken-hackers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-hackers