summaryrefslogtreecommitdiffstats
path: root/Mac/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-26 09:09:48 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-26 09:09:48 (GMT)
commite78344444086581bdf59f13415b0c701e740cce1 (patch)
tree3acac917aadc26e434e55d139ddfcab7d671ef3b /Mac/Python
parentf0171a1626164cad064930e60fe5f06ca2c51f8b (diff)
downloadcpython-e78344444086581bdf59f13415b0c701e740cce1.zip
cpython-e78344444086581bdf59f13415b0c701e740cce1.tar.gz
cpython-e78344444086581bdf59f13415b0c701e740cce1.tar.bz2
Intermediate version of changes after porting to MPW 3.2
Diffstat (limited to 'Mac/Python')
-rw-r--r--Mac/Python/macmain.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c
index 3885d88..1ea02ad 100644
--- a/Mac/Python/macmain.c
+++ b/Mac/Python/macmain.c
@@ -28,9 +28,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "config.h"
#endif
-/* Comment this out if you're not interested in STDWIN */
-#define USE_STDWIN
-
#ifdef THINK_C
#define CONSOLE_IO
#endif