mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
widl: Don't duplicate optarg and optind declarations in sources.
This commit is contained in:
parent
be180bed7c
commit
674ab49fa2
@ -483,8 +483,6 @@ void write_id_data(const statement_list_t *stmts)
|
||||
|
||||
int main(int argc,char *argv[])
|
||||
{
|
||||
extern char* optarg;
|
||||
extern int optind;
|
||||
int optc;
|
||||
int ret = 0;
|
||||
int opti = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user