bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: skimo
Subject: [PATCH] lib/argp.h: remove __NTH for __argp_usage inline function
Date: Thu, 28 Dec 2006 16:51:13 +0100

From: Sven Verdoolaege <address@hidden>

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..13b0cdd 100644
--- a/lib/argp.h
+++ b/lib/argp.h
@@ -582,7 +582,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);
 }
-- 
1.4.4.2.g8336





reply via email to

[Prev in Thread] Current Thread [Next in Thread]