Carlo Bramini : wrc: Remove redeclaration of optarg and optind.
13 Aug
2015
13 Aug
'15
9:23 a.m.
Module: wine Branch: master Commit: 36a39cea9096a1eef46c59392858c26ecae40c39 URL: http://source.winehq.org/git/wine.git/?a=commit;h=36a39cea9096a1eef46c593928... Author: Carlo Bramini <carlo.bramix(a)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;
3779
Age (days ago)
3779
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard