diff options
author | Guido van Rossum <guido@python.org> | 1994-08-26 09:09:48 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-26 09:09:48 (GMT) |
commit | e78344444086581bdf59f13415b0c701e740cce1 (patch) | |
tree | 3acac917aadc26e434e55d139ddfcab7d671ef3b /Mac/Python | |
parent | f0171a1626164cad064930e60fe5f06ca2c51f8b (diff) | |
download | cpython-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.c | 3 |
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 |