mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +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 ' '
|
||||
#endif
|
||||
|
||||
#ifdef MSDOS
|
||||
#define DELIM ';'
|
||||
#endif
|
||||
|
||||
#ifndef DELIM
|
||||
#define DELIM ':'
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue