diff options
| author | Ulrich Drepper <[email protected]> | 2009-01-17 15:21:25 -0800 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2009-01-17 15:21:25 -0800 |
| commit | d3fb1c85285587bb4d76693d06d5fce52cdcaa4d (patch) | |
| tree | 9ad76c69e4e50028e6bee9107ed3adb8d15f99b8 /src/elflint.c | |
| parent | 978360c6ec51192ab7f1333ae9f1c105bcdb5ecd (diff) | |
| parent | 54456d8e63bfe787e2b616993e26aba1c8dffa4d (diff) | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils
Diffstat (limited to 'src/elflint.c')
| -rw-r--r-- | src/elflint.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/elflint.c b/src/elflint.c index 497f959e..19299023 100644 --- a/src/elflint.c +++ b/src/elflint.c @@ -56,10 +56,10 @@ /* Name and version of program. */ static void print_version (FILE *stream, struct argp_state *state); -void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version; +ARGP_PROGRAM_VERSION_HOOK_DEF = print_version; /* Bug report address. */ -const char *argp_program_bug_address = PACKAGE_BUGREPORT; +ARGP_PROGRAM_BUG_ADDRESS_DEF = PACKAGE_BUGREPORT; #define ARGP_strict 300 #define ARGP_gnuld 301 @@ -67,7 +67,6 @@ const char *argp_program_bug_address = PACKAGE_BUGREPORT; /* Definitions of arguments for argp functions. */ static const struct argp_option options[] = { - { "strict", ARGP_strict, NULL, 0, N_("Be extremely strict, flag level 2 features."), 0 }, { "quiet", 'q', NULL, 0, N_("Do not print anything if successful"), 0 }, |
