[PATCH] argp: fix logic in hol_cluster_cmp

2007-04-25 Thread skimo
From: Sven Verdoolaege <[EMAIL PROTECTED]> --- lib/argp-help.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/argp-help.c b/lib/argp-help.c index 7321480..627bf9e 100644 --- a/lib/argp-help.c +++ b/lib/argp-help.c @@ -674,9 +674,9 @@ hol_cluster_cmp (const struct

[PATCH] lib/argp.h: remove __NTH for __argp_usage inline function

2006-12-28 Thread skimo
From: Sven Verdoolaege <[EMAIL PROTECTED]> The original declaration conflicts with the declaration on line 523. The same change was performed on glibc by Ulrich Drepper. --- lib/argp.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/argp.h b/lib/argp.h index 1b7cf3a.

[PATCH] modules/error: depend on progname module

2006-12-27 Thread skimo
From: Sven Verdoolaege <[EMAIL PROTECTED]> The error function uses program_name, which is defined in the progname module. --- modules/error |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/modules/error b/modules/error index 4e999ca..572f8f8 100644 --- a/modules/error +++

[PATCH] gnulib-tool: func_emit_initmacro_end: use $SED from configure

2006-12-27 Thread skimo
From: Sven Verdoolaege <[EMAIL PROTECTED]> $SED from gnulib-tool was used before, but that may not be valid on the system where configure is run. --- gnulib-tool |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnulib-tool b/gnulib-tool index a7395d1..8e42e3a 100755 --- a