Fixing multiple getopt definitions
This commit is contained in:
parent
3c455a6426
commit
6c26d968ba
@ -342,7 +342,6 @@ getopt(int nargc, char * const *nargv, const char *options)
|
|||||||
}
|
}
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* getopt_long --
|
* getopt_long --
|
||||||
@ -478,3 +477,5 @@ getopt_long(int nargc, char * const *nargv, const char *options,
|
|||||||
}
|
}
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user