From: Guido van Rossum Date: Fri, 5 Dec 1997 21:39:25 +0000 (+0000) Subject: Use the proper OS2 test symbol: PYOS_OS2. X-Git-Tag: v1.5b2~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60aff2c0a61f5bdcba5d99d12cea8bb82d57b18c;p=python Use the proper OS2 test symbol: PYOS_OS2. --- diff --git a/Include/osdefs.h b/Include/osdefs.h index 594fc107cf..1a00fc0c6b 100644 --- a/Include/osdefs.h +++ b/Include/osdefs.h @@ -46,7 +46,7 @@ PERFORMANCE OF THIS SOFTWARE. /* Mod by chrish: QNX has WATCOM, but isn't DOS */ #if !defined(__QNX__) -#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__) || defined(__TOS_OS2__) +#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__) || defined(PYOS_OS2) #define SEP '\\' #define ALTSEP '/' #define MAXPATHLEN 256