Commit ef31087e authored by Guido van Rossum's avatar Guido van Rossum

Oops. The -W option takes args, not -X.

parent 571bcdf2
...@@ -29,7 +29,7 @@ static char **orig_argv; ...@@ -29,7 +29,7 @@ static char **orig_argv;
static int orig_argc; static int orig_argc;
/* command line options */ /* command line options */
#define BASE_OPTS "c:dD:EhiOStuUvVWxX:" #define BASE_OPTS "c:dD:EhiOStuUvVW:xX"
#ifndef RISCOS #ifndef RISCOS
#define PROGRAM_OPTS BASE_OPTS #define PROGRAM_OPTS BASE_OPTS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment