diff options
Diffstat (limited to 'win32/getopt')
-rw-r--r-- | win32/getopt/getopt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/getopt/getopt.h b/win32/getopt/getopt.h index aa1fbb0..83ecdae 100644 --- a/win32/getopt/getopt.h +++ b/win32/getopt/getopt.h @@ -6,8 +6,8 @@ extern "C" { int getopt(int nargc, char ** nargv, char * ostr); -extern int opterr = 1; -extern int optind = 1; +extern int opterr; +extern int optind; extern int optopt; extern char * optarg; |