Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
e78410c1
Commit
e78410c1
authored
Mar 27, 2005
by
Gabriel Dos Reis
Committed by
Gabriel Dos Reis
Mar 27, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* getopt1.c (getopt_long_only): Fix thinko.
From-SVN: r97114
parent
6da879de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libiberty/ChangeLog
+4
-0
libiberty/getopt1.c
+1
-1
No files found.
libiberty/ChangeLog
View file @
e78410c1
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.
* hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
...
...
libiberty/getopt1.c
View file @
e78410c1
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment