commit | 97741a30414c41e314950844bebee3230e9d813d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 31 18:17:13 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 31 18:17:13 2001 +0000 |
tree | 3c2bb7884ddda5dc3ee29fcd024044b72760af80 | |
parent | 8031bbec4a50d98b53815d77e4c5fe8549ab97eb [diff] [blame] |
Oops. The -W option takes args, not -X.
diff --git a/Modules/main.c b/Modules/main.c index 7c368c7..3f7b081 100644 --- a/Modules/main.c +++ b/Modules/main.c
@@ -29,7 +29,7 @@ static int orig_argc; /* command line options */ -#define BASE_OPTS "c:dD:EhiOStuUvVWxX:" +#define BASE_OPTS "c:dD:EhiOStuUvVW:xX" #ifndef RISCOS #define PROGRAM_OPTS BASE_OPTS