From 6238d2b024f061159b2613387ff700695c10deef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 30 Jun 2002 15:26:10 +0000 Subject: Patch #569753: Remove support for WIN16. Rename all occurrences of MS_WIN32 to MS_WINDOWS. --- Python/sysmodule.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Python/sysmodule.c') diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 66fceca44e..549bbec96d 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -687,7 +687,6 @@ exc_traceback -- traceback of exception currently being handled\n\ because it is thread-safe.\n\ " ) -#ifndef MS_WIN16 /* concatenating string here */ PyDoc_STR( "\n\ @@ -737,7 +736,6 @@ setrecursionlimit() -- set the max recursion depth for the interpreter\n\ settrace() -- set the global debug tracing function\n\ " ) -#endif /* MS_WIN16 */ /* end of sys_doc */ ; PyObject * -- cgit v1.2.1