Commit 891e9bc9 authored by Carlo Bramini's avatar Carlo Bramini Committed by Alexandre Julliard

wmc: Remove redeclaration of optarg and optind.

parent 59c2b325
......@@ -157,8 +157,6 @@ static void exit_on_signal( int sig )
int main(int argc,char *argv[])
{
extern char* optarg;
extern int optind;
int optc;
int opti = 0;
int lose = 0;
......
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