Change explicit uses of the Unix directory separator
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Nov 1994 08:22:31 +0000 (08:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Nov 1994 08:22:31 +0000 (08:22 +0000)
commit317073d51d0fa13f7d01c0de97428365e0710dba
tree3982c09793c31503aac90210ce2e453dffdc623a
parent5e570b758548713c1b189f180e829f0b474fdf66
Change explicit uses of the Unix directory separator
'/' to uses of the macros IS_ANY_SEP, IS_DIRECTORY_SEP,
IS_DEVICE_SEP, DIRECTORY_SEP, and DEVICE_SEP.

(init_lread) [WINDOWSNT]: Disable warnings about
directories in the load path not existing.

(load): Test DOS_NT instead of MSDOS.
src/lread.c