From 3280bf4b5571fd4425c7e6f7d765d08b77ce8d8a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 18 Sep 2003 18:22:23 +0000 Subject: Update AUTHORS definition to be a comma-separated list of strings and/or update the call to parse_long_options so that `AUTHORS, NULL' are the last parameters. --- src/printenv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/printenv.c') diff --git a/src/printenv.c b/src/printenv.c index 0ad821b08..033e98e1d 100644 --- a/src/printenv.c +++ b/src/printenv.c @@ -40,7 +40,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "printenv" -#define AUTHORS N_ ("David MacKenzie and Richard Mlynarik") +#define AUTHORS "David MacKenzie", "Richard Mlynarik" /* The name this program was run with. */ char *program_name; @@ -94,7 +94,7 @@ main (int argc, char **argv) atexit (close_stdout); parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, - AUTHORS, usage); + usage, AUTHORS, NULL); while ((c = getopt_long (argc, argv, "", long_options, NULL)) != -1) { -- cgit v1.2.3-54-g00ecf