forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2005-10-13 Ulrich Drepper <[email protected]> [BZ #1373] * argp/argp.h: Remove __NTH for __argp_usage inline function.
- Loading branch information
Ulrich Drepper
committed
Oct 14, 2005
1 parent
db26cb7
commit 513bbb2
Showing
4 changed files
with
33 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2005-10-13 Ulrich Drepper <[email protected]> | ||
|
||
[BZ #1373] | ||
* argp/argp.h: Remove __NTH for __argp_usage inline function. | ||
|
||
2005-08-26 Paul Eggert <[email protected]> | ||
|
||
[BZ #1248] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* Hierarchial argument parsing, layered over getopt. | ||
Copyright (C) 1995-1999,2003,2004 Free Software Foundation, Inc. | ||
Copyright (C) 1995-1999,2003,2004,2005 Free Software Foundation, Inc. | ||
This file is part of the GNU C Library. | ||
Written by Miles Bader <[email protected]>. | ||
|
@@ -561,7 +561,7 @@ extern void *__argp_input (__const struct argp *__restrict __argp, | |
# endif | ||
|
||
ARGP_EI void | ||
__NTH (__argp_usage (__const struct argp_state *__state)) | ||
__argp_usage (__const struct argp_state *__state) | ||
{ | ||
__argp_state_help (__state, stderr, ARGP_HELP_STD_USAGE); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters