From: Guido van Rossum Date: Fri, 31 Aug 2001 18:17:13 +0000 (+0000) Subject: Oops. The -W option takes args, not -X. X-Git-Tag: v2.2a3~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97741a30414c41e314950844bebee3230e9d813d;p=thirdparty%2FPython%2Fcpython.git Oops. The -W option takes args, not -X. --- diff --git a/Modules/main.c b/Modules/main.c index 7c368c7e36eb..3f7b08126f8b 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -29,7 +29,7 @@ static char **orig_argv; 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