mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 16:23:56 +08:00
* getopt1.c (getopt_long_only): Fix thinko.
From-SVN: r97114
This commit is contained in:
parent
6da879de22
commit
e78410c164
@ -1,3 +1,7 @@
|
||||
2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||
|
||||
* getopt1.c (getopt_long_only): Fix thinko.
|
||||
|
||||
2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||
|
||||
Convert libiberty to use ISO C prototype style 4/n.
|
||||
|
@ -78,7 +78,7 @@ getopt_long (int argc, char *const *argv, const char *options,
|
||||
instead. */
|
||||
|
||||
int
|
||||
getopt_long_only (int argc, char *const *argv, const struct option *options,
|
||||
getopt_long_only (int argc, char *const *argv, const char *options,
|
||||
const struct option *long_options, int *opt_index)
|
||||
{
|
||||
return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user