Commit ba48974a authored by Guido van Rossum's avatar Guido van Rossum

Defined path delimiter for MS-DOS as semicolon

parent 31f932ce
......@@ -49,6 +49,10 @@ Data members:
#define DELIM ' '
#endif
#ifdef MSDOS
#define DELIM ';'
#endif
#ifndef DELIM
#define DELIM ':'
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment