Disable win32 pathnames routines on -win32 and vice versa.
authorStas Boukarev <stassats@gmail.com>
Wed, 6 Nov 2013 17:20:21 +0000 (21:20 +0400)
committerStas Boukarev <stassats@gmail.com>
Wed, 6 Nov 2013 17:20:21 +0000 (21:20 +0400)
commit9de65d498a9da0c70a60ea2bf9b5af39aaffe55d
tree74ee0dcb45399eb239f314fc342055290c5a5b72
parentcf49f2d086069a9c1b57f501df9a6a0bd3a34c3c
Disable win32 pathnames routines on -win32 and vice versa.

#-win32 has all the win32 pathname code enabled, but it's not used
anywhere and not exported. Even if using pathnames of a different OS
may be a good idea, it's currently not presented in any usable way and
only wastes space.
build-order.lisp-expr
src/code/filesys.lisp
src/code/target-pathname.lisp
src/code/unix-pathname.lisp
src/code/win32-pathname.lisp