diff options
Diffstat (limited to 'Python/pythonmain.c')
-rw-r--r-- | Python/pythonmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pythonmain.c b/Python/pythonmain.c index ac1d86a..48ccd38 100644 --- a/Python/pythonmain.c +++ b/Python/pythonmain.c @@ -33,7 +33,7 @@ extern int killprint; /* Defined in ceval.c */ /* Interface to getopt(): */ extern int optind; extern char *optarg; -extern int getopt PROTO((int, char **, char *)); +extern int getopt(); /* PROTO((int, char **, char *)); -- not standardized */ extern char *getenv(); |