mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Pre-define MS-DOS separator
This commit is contained in:
parent
eba1b5efe1
commit
175a9ea8c8
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#define SEP ':'
|
||||
#endif
|
||||
|
||||
#ifdef MSDOS
|
||||
#define SEP '\\'
|
||||
#endif
|
||||
|
||||
#ifndef SEP
|
||||
#define SEP '/'
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue