mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Added __WATCOMC__ as DOS compiler.
This commit is contained in:
parent
39c2aae198
commit
dd197e91bf
1 changed files with 1 additions and 1 deletions
|
@ -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 ';'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue