]> granicus.if.org Git - python/commitdiff
Added __WATCOMC__ as DOS compiler.
authorGuido van Rossum <guido@python.org>
Wed, 22 May 1996 17:26:25 +0000 (17:26 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 22 May 1996 17:26:25 +0000 (17:26 +0000)
Include/osdefs.h

index 0c279f2776764b8ac38f8bb4c4e08bfcf1eba872..8a6b741f7acc80f8a11981e41ffd26d3cc6865d6 100644 (file)
@@ -37,7 +37,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #define DELIM '\n'
 #endif
 
-#if defined(MSDOS) || defined(NT) || defined(__BORLANDC__)
+#if defined(MSDOS) || defined(NT) || defined(__BORLANDC__) || defined(__WATCOMC__)
 #define SEP '\\'
 #define MAXPATHLEN 256
 #define DELIM ';'