mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
os2 patch by Jeff Rush
This commit is contained in:
parent
c0b93191e6
commit
8e9ebfd337
12 changed files with 459 additions and 28 deletions
|
|
@ -44,7 +44,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#define DELIM '\n'
|
||||
#endif
|
||||
|
||||
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)
|
||||
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__) || defined(__TOS_OS2__)
|
||||
#define SEP '\\'
|
||||
#define ALTSEP '/'
|
||||
#define MAXPATHLEN 256
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue