Carlo Bramini : wrc: Remove redeclaration of optarg and optind.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Aug 13 04:23:49 CDT 2015


Module: wine
Branch: master
Commit: 36a39cea9096a1eef46c59392858c26ecae40c39
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=36a39cea9096a1eef46c59392858c26ecae40c39

Author: Carlo Bramini <carlo.bramix at libero.it>
Date:   Tue Aug 11 10:43:28 2015 +0200

wrc: Remove redeclaration of optarg and optind.

---

 tools/wrc/wrc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/wrc/wrc.c b/tools/wrc/wrc.c
index 577a6f4..15326ee 100644
--- a/tools/wrc/wrc.c
+++ b/tools/wrc/wrc.c
@@ -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;




More information about the wine-cvs mailing list