commit | 8e9ebfd337f18f7b707853a3f2f49cc6245c0596 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Nov 22 21:53:48 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Nov 22 21:53:48 1997 +0000 |
tree | fe6a0f373d376dede8ad635c250ab83c19965a3f | |
parent | c0b93191e6e12fb391461545031808f74a8ae956 [diff] [blame] |
os2 patch by Jeff Rush
diff --git a/Include/osdefs.h b/Include/osdefs.h index e4ac74e..f914919 100644 --- a/Include/osdefs.h +++ b/Include/osdefs.h
@@ -44,7 +44,7 @@ #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