mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Defined path delimiter for MS-DOS as semicolon
This commit is contained in:
parent
541c8c0b2e
commit
eb4361af6c
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ Data members:
|
||||||
#define DELIM ' '
|
#define DELIM ' '
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef MSDOS
|
||||||
|
#define DELIM ';'
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef DELIM
|
#ifndef DELIM
|
||||||
#define DELIM ':'
|
#define DELIM ':'
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue