Commit 36a39cea authored by Carlo Bramini's avatar Carlo Bramini Committed by Alexandre Julliard

wrc: Remove redeclaration of optarg and optind.

parent 891e9bc9
......@@ -327,8 +327,6 @@ static void set_target( const char *target )
int main(int argc,char *argv[])
{
extern char* optarg;
extern int optind;
int optc;
int opti = 0;
int stdinc = 1;
......
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