X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/89cab50df11c5f02d719db0239eabc0fb6095ec8..18569462dba3a1ce0dbcdefdcfe04cfea33e8826:/src/getargs.c diff --git a/src/getargs.c b/src/getargs.c index af8e68ae..c45f11eb 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -1,5 +1,5 @@ /* Parse command line arguments for bison. - Copyright (C) 1984, 1986, 1989, 1992, 2000 Free Software Foundation, Inc. + Copyright 1984, 1986, 1989, 1992, 2000 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -24,9 +24,6 @@ #include "files.h" #include "getargs.h" -char *spec_file_prefix; /* for -b. */ -char *spec_name_prefix; /* for -p. */ - int debug_flag = 0; int defines_flag = 0; int locations_flag = 0; @@ -132,7 +129,7 @@ bison (GNU Bison) %s"), VERSION); putc ('\n', stream); fputs (_("\ -Copyright (C) 1984, 1986, 1989, 1992, 2000 Free Software Foundation, Inc.\n"), +Copyright 1984, 1986, 1989, 1992, 2000 Free Software Foundation, Inc.\n"), stream); fputs (_("\ @@ -214,7 +211,8 @@ getargs (int argc, char *argv[]) break; default: - usage (stderr); + fprintf (stderr, _("Try `%s --help' for more information.\n"), + program_name); exit (1); } }